diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 14:26:51 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 14:26:51 +0000 |
commit | e6608c123379bd53bf05d5982dc92a7e1769cad7 (patch) | |
tree | f57fe5af06c7f4422601a567d8b1be8d700693c8 /lisp/calendar | |
parent | 6a5d7585f5547a6df09b98950a370a325713dfde (diff) | |
download | emacs-e6608c123379bd53bf05d5982dc92a7e1769cad7.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/appt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 9b6d1a8634d..5e903eead40 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -45,7 +45,7 @@ ;;; The variable `appt-message-warning-time' allows the ;;; user to specify how much notice they want before the appointment. The ;;; variable `appt-issue-message' specifies whether the user wants -;;; to to be notified of a pending appointment. +;;; to be notified of a pending appointment. ;;; ;;; In order to use the appt package, you only need ;;; to load it---provided you have appointments. |