Spelling fix.

This commit is contained in:
Glenn Morris 2008-07-01 03:07:26 +00:00
parent a7c29764d9
commit aadbdbe268
2 changed files with 2 additions and 2 deletions

View file

@ -225,7 +225,7 @@ If this is non-nil, appointment checking is active.")
The string STRING describes the appointment, due in integer MINS minutes.
The format of the visible reminder is controlled by `appt-display-format'.
The variable `appt-audible' controls the audible reminder."
;; Let-binding for backwards compatability. Remove when obsolete
;; Let-binding for backwards compatibility. Remove when obsolete
;; vars appt-msg-window and appt-visible are dropped.
(let ((appt-display-format
(if (eq appt-display-format 'ignore)

View file

@ -797,7 +797,7 @@ LIST-ONLY is non-nil, in which case it just returns the list."
(unless list-only
(if (and diary-display-function
(listp diary-display-function))
;; Backwards compatability.
;; Backwards compatibility.
(run-hooks 'diary-display-function)
(funcall (or diary-display-function
'diary-simple-display))))