From: Glenn Morris Date: Tue, 17 May 2011 04:05:39 +0000 (-0700) Subject: * lisp/calendar/appt.el: Fix doc typo in previous. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~241 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7edd2093898ad14d78da23a3ea690df7de5616c4;p=emacs.git * lisp/calendar/appt.el: Fix doc typo in previous. --- diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 26f41982487..7fde9e348db 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -119,7 +119,7 @@ See also `appt-audible' and `appt-display-mode-line'." (defcustom appt-display-mode-line t "Non-nil means display minutes to appointment and time on the mode line. This is in addition to any other display of appointment messages. -The mode line updates every minute, indepedent of the value of +The mode line updates every minute, independent of the value of `appt-display-interval'." :type 'boolean :group 'appt)