comparison lisp/calendar/calendar.el @ 3448:b7d345eaae47

(calendar-mode): Doc fix. (calendar-mark-ring): New defvar.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Jun 1993 06:12:46 +0000
parents 890e8e99a932
children 507f64624555
comparison
equal deleted inserted replaced
3447:ed2a17aac4cd 3448:b7d345eaae47
732 ;;;###autoload 732 ;;;###autoload
733 (defvar holidays-in-diary-buffer t 733 (defvar holidays-in-diary-buffer t
734 "*If t, the holidays will be indicated in the mode line of the diary buffer 734 "*If t, the holidays will be indicated in the mode line of the diary buffer
735 (or in the fancy diary buffer next to the date). This slows down the diary 735 (or in the fancy diary buffer next to the date). This slows down the diary
736 functions somewhat; setting it to nil will make the diary display faster.") 736 functions somewhat; setting it to nil will make the diary display faster.")
737
738 (defvar calendar-mark-ring nil)
737 739
738 ;;;###autoload 740 ;;;###autoload
739 (defvar general-holidays 741 (defvar general-holidays
740 '((fixed 1 1 "New Year's Day") 742 '((fixed 1 1 "New Year's Day")
741 (float 1 1 3 "Martin Luther King Day") 743 (float 1 1 3 "Martin Luther King Day")
1671 \\[mark-diary-entries] mark diary entries \\[calendar-unmark] unmark dates 1673 \\[mark-diary-entries] mark diary entries \\[calendar-unmark] unmark dates
1672 \\[view-diary-entries] display diary entries \\[show-all-diary-entries] show all diary entries 1674 \\[view-diary-entries] display diary entries \\[show-all-diary-entries] show all diary entries
1673 \\[print-diary-entries] print diary entries 1675 \\[print-diary-entries] print diary entries
1674 1676
1675 Displaying the diary entries causes the diary entries from the diary-file 1677 Displaying the diary entries causes the diary entries from the diary-file
1676 (for the date indicated by the cursor in the calendar window) to be 1678 \(for the date indicated by the cursor in the calendar window) to be
1677 displayed in another window. This function takes an integer argument that 1679 displayed in another window. This function takes an integer argument that
1678 specifies the number of days of calendar entries to be displayed, starting 1680 specifies the number of days of calendar entries to be displayed, starting
1679 with the date indicated by the cursor. 1681 with the date indicated by the cursor.
1680 1682
1681 The command \\[print-diary-entries] prints the diary buffer (as it appears) 1683 The command \\[print-diary-entries] prints the diary buffer (as it appears)