diff options
| author | Richard M. Stallman <rms@gnu.org> | 1993-06-03 06:12:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1993-06-03 06:12:46 +0000 |
| commit | 2ec778d095ec85df692170153802bd6912be0aef (patch) | |
| tree | a415c02cd9343ca731151c22733a0b7fc845b755 /lisp | |
| parent | f5e70acdd4d08692fa00de78d6e85380da4db595 (diff) | |
| download | emacs-2ec778d095ec85df692170153802bd6912be0aef.tar.gz | |
(calendar-mode): Doc fix.
(calendar-mark-ring): New defvar.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calendar/calendar.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 735a5be7adc..c6396379fdd 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -735,6 +735,8 @@ even if they are holidays.") (or in the fancy diary buffer next to the date). This slows down the diary functions somewhat; setting it to nil will make the diary display faster.") +(defvar calendar-mark-ring nil) + ;;;###autoload (defvar general-holidays '((fixed 1 1 "New Year's Day") @@ -1673,7 +1675,7 @@ The following commands control the diary: \\[print-diary-entries] print diary entries Displaying the diary entries causes the diary entries from the diary-file -(for the date indicated by the cursor in the calendar window) to be +\(for the date indicated by the cursor in the calendar window) to be displayed in another window. This function takes an integer argument that specifies the number of days of calendar entries to be displayed, starting with the date indicated by the cursor. |
