Mercurial > emacs
changeset 93043:0e73f340ef25
(initial-calendar-window-hook, today-visible-calendar-hook): Doc fixes.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 18 Mar 2008 03:33:52 +0000 |
parents | 72a40ea6bec7 |
children | d4f9aaf8a81c |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)