]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 1 Jul 2008 03:07:26 +0000 (03:07 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 Jul 2008 03:07:26 +0000 (03:07 +0000)
lisp/calendar/appt.el
lisp/calendar/diary-lib.el

index 7cb982fd3c8e5af0fd998f1349f36e94d113d40f..f61d7b48af5f4e15df21fcd9867ec79b73d0602f 100644 (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)
index e9b24b4718336273cf3ac23a8d375eaeaf2ef442..86ec36b4b6125ae03888de4882b4b1fb3a053104 100644 (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))))