diff options
| author | Glenn Morris | 2008-07-01 03:07:26 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-07-01 03:07:26 +0000 |
| commit | aadbdbe26818db6c3a2f22e009df880452a956b7 (patch) | |
| tree | df2d3e7cce0f2f9baaf534be588b85135cc1df1e | |
| parent | a7c29764d9dd1df1e77be02001b5bcc838dd561e (diff) | |
| download | emacs-aadbdbe26818db6c3a2f22e009df880452a956b7.tar.gz emacs-aadbdbe26818db6c3a2f22e009df880452a956b7.zip | |
Spelling fix.
| -rw-r--r-- | lisp/calendar/appt.el | 2 | ||||
| -rw-r--r-- | lisp/calendar/diary-lib.el | 2 |
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.") | |||
| 225 | The string STRING describes the appointment, due in integer MINS minutes. | 225 | The string STRING describes the appointment, due in integer MINS minutes. |
| 226 | The format of the visible reminder is controlled by `appt-display-format'. | 226 | The format of the visible reminder is controlled by `appt-display-format'. |
| 227 | The variable `appt-audible' controls the audible reminder." | 227 | The 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)))) |