+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.
(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)
"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)