changeset 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 ed2a17aac4cd
children ad455da9b789
files lisp/calendar/calendar.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Thu Jun 03 05:56:44 1993 +0000
+++ b/lisp/calendar/calendar.el	Thu Jun 03 06:12:46 1993 +0000
@@ -735,6 +735,8 @@
 (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 @@
        \\[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.