emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/calendar.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/calendar.el,v
Date: Tue, 18 Mar 2008 03:33:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/18 03:33:52

Index: calendar.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/calendar.el,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -b -r1.227 -r1.228
--- calendar.el 17 Mar 2008 02:30:06 -0000      1.227
+++ calendar.el 18 Mar 2008 03:33:52 -0000      1.228
@@ -288,7 +288,7 @@
 
 (defcustom initial-calendar-window-hook nil
   "List of functions to be called when the calendar window is created.
-Qutting the calendar and re-entering it will cause these functions
+Quitting the calendar and re-entering it will cause these functions
 to be called again."
   :type 'hook
   :group 'calendar-hooks)
@@ -297,11 +297,10 @@
   "List of functions called whenever the current date is visible.
 To mark today's date, add the function `calendar-mark-today'.
 To replace the date with asterisks, add the function `calendar-star-date'.
-
 See also `today-invisible-calendar-hook'.
 
-Changing characters in the calendar buffer, except via the provided
-functions, may cause the calendar movement commands to fail."
+In general, be careful about changing characters in the calendar buffer,
+since it may cause the movement commands to fail."
   :type 'hook
   :options '(calendar-mark-today calendar-star-date)
   :group 'calendar-hooks)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]