# HG changeset patch # User Glenn Morris # Date 1205811232 0 # Node ID 0e73f340ef25601451301f185dc015c514931518 # Parent 72a40ea6bec79247120c841380695e54c2da4d16 (initial-calendar-window-hook, today-visible-calendar-hook): Doc fixes. diff -r 72a40ea6bec7 -r 0e73f340ef25 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Mon Mar 17 22:57:15 2008 +0000 +++ b/lisp/calendar/calendar.el Tue Mar 18 03:33:52 2008 +0000 @@ -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)