diff options
| -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.") | |||
| 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 | 737 | ||
| 738 | (defvar calendar-mark-ring nil) | ||
| 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") |
| @@ -1673,7 +1675,7 @@ The following commands control the diary: | |||
| 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. |