/[emacs]/emacs/lisp/calendar/calendar.el
ViewVC logotype

Diff of /emacs/lisp/calendar/calendar.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.166 by wl, Fri Mar 25 09:53:47 2005 UTC revision 1.167 by eggert, Wed Mar 30 16:55:58 2005 UTC
# Line 75  Line 75 
75  ;;       solar.el                      Sunrise/sunset, equinoxes/solstices  ;;       solar.el                      Sunrise/sunset, equinoxes/solstices
76    
77  ;; Technical details of all the calendrical calculations can be found in  ;; Technical details of all the calendrical calculations can be found in
78  ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold,  ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold
79  ;; Cambridge University Press (1997).  ;; and Nachum Dershowitz, Cambridge University Press (2001).
80    
81  ;; An earlier version of the technical details appeared in  ;; An earlier version of the technical details appeared in
82  ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold,  ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold,
83  ;; Software--Practice and Experience, Volume 20, Number 9 (September, 1990),  ;; Software--Practice and Experience, Volume 20, Number 9 (September, 1990),
84  ;; pages 899-928.  ``Calendrical Calculations, Part II: Three Historical  ;; pages 899-928, and in ``Calendrical Calculations, Part II: Three Historical
85  ;; Calendars'' by E. M. Reingold,  N. Dershowitz, and S. M. Clamen,  ;; Calendars'' by E. M. Reingold,  N. Dershowitz, and S. M. Clamen,
86  ;; Software--Practice and Experience, Volume 23, Number 4 (April, 1993),  ;; Software--Practice and Experience, Volume 23, Number 4 (April, 1993),
87  ;; pages 383-404.  ;; pages 383-404.
# Line 2763  in `calendar-day-name-array'.  These abb Line 2763  in `calendar-day-name-array'.  These abb
2763  instead of the full names in the diary file.  Do not include a  instead of the full names in the diary file.  Do not include a
2764  trailing `.' in the strings specified in this variable, though  trailing `.' in the strings specified in this variable, though
2765  you may use such in the diary file.  If any element of this array  you may use such in the diary file.  If any element of this array
2766  is nil, then the abbreviation will be constructed as the first  is nil, then the abbreviation will be constructed as the first
2767  `calendar-abbrev-length' characters of the corresponding full name.")  `calendar-abbrev-length' characters of the corresponding full name.")
2768    
2769  (defvar calendar-month-name-array  (defvar calendar-month-name-array

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.167

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26