aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-07-01 03:07:26 +0000
committerGlenn Morris2008-07-01 03:07:26 +0000
commitaadbdbe26818db6c3a2f22e009df880452a956b7 (patch)
treedf2d3e7cce0f2f9baaf534be588b85135cc1df1e
parenta7c29764d9dd1df1e77be02001b5bcc838dd561e (diff)
downloademacs-aadbdbe26818db6c3a2f22e009df880452a956b7.tar.gz
emacs-aadbdbe26818db6c3a2f22e009df880452a956b7.zip
Spelling fix.
-rw-r--r--lisp/calendar/appt.el2
-rw-r--r--lisp/calendar/diary-lib.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el
index 7cb982fd3c8..f61d7b48af5 100644
--- a/lisp/calendar/appt.el
+++ b/lisp/calendar/appt.el
@@ -225,7 +225,7 @@ If this is non-nil, appointment checking is active.")
225The string STRING describes the appointment, due in integer MINS minutes. 225The string STRING describes the appointment, due in integer MINS minutes.
226The format of the visible reminder is controlled by `appt-display-format'. 226The format of the visible reminder is controlled by `appt-display-format'.
227The variable `appt-audible' controls the audible reminder." 227The variable `appt-audible' controls the audible reminder."
228 ;; Let-binding for backwards compatability. Remove when obsolete 228 ;; Let-binding for backwards compatibility. Remove when obsolete
229 ;; vars appt-msg-window and appt-visible are dropped. 229 ;; vars appt-msg-window and appt-visible are dropped.
230 (let ((appt-display-format 230 (let ((appt-display-format
231 (if (eq appt-display-format 'ignore) 231 (if (eq appt-display-format 'ignore)
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el
index e9b24b47183..86ec36b4b61 100644
--- a/lisp/calendar/diary-lib.el
+++ b/lisp/calendar/diary-lib.el
@@ -797,7 +797,7 @@ LIST-ONLY is non-nil, in which case it just returns the list."
797 (unless list-only 797 (unless list-only
798 (if (and diary-display-function 798 (if (and diary-display-function
799 (listp diary-display-function)) 799 (listp diary-display-function))
800 ;; Backwards compatability. 800 ;; Backwards compatibility.
801 (run-hooks 'diary-display-function) 801 (run-hooks 'diary-display-function)
802 (funcall (or diary-display-function 802 (funcall (or diary-display-function
803 'diary-simple-display)))) 803 'diary-simple-display))))