]> git.eshelyaron.com Git - emacs.git/commitdiff
(initial-calendar-window-hook, today-visible-calendar-hook): Doc fixes.
authorGlenn Morris <rgm@gnu.org>
Tue, 18 Mar 2008 03:35:58 +0000 (03:35 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 18 Mar 2008 03:35:58 +0000 (03:35 +0000)
lisp/ChangeLog
lisp/calendar/calendar.el

index 7da2e61e36d896ec4d3884aaece8a084dcf47e01..491a69e2bd928c287741f20290f7713913c423f6 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-18  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (initial-calendar-window-hook)
+       (today-visible-calendar-hook): Doc fixes.
+
 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-root-regexp): Simplify.
index bf314499682e9363664c53d9f55479b34fdab9be..c5a1d372e237564f264a7181bb4a78696bbea757 100644 (file)
@@ -288,7 +288,7 @@ This is the place to add key bindings to `calendar-mode-map'."
 
 (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 @@ to be called again."
   "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)