summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-05-16 21:05:39 -0700
committerGlenn Morris <rgm@gnu.org>2011-05-16 21:05:39 -0700
commit7edd2093898ad14d78da23a3ea690df7de5616c4 (patch)
treedd5bac9932e2a34d60ced0db6fbdd1df50b348a9 /lisp
parent1d8d4d703bc04ec5ce2a5e44d02a92caa2bffe60 (diff)
downloademacs-7edd2093898ad14d78da23a3ea690df7de5616c4.tar.gz
* lisp/calendar/appt.el: Fix doc typo in previous.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/appt.el2
1 files changed, 1 insertions, 1 deletions
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)