diff options
author | Glenn Morris <rgm@gnu.org> | 2011-05-06 18:19:27 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-05-06 18:19:27 -0700 |
commit | 915d130021c4f0b076539562cd6d194536ad4603 (patch) | |
tree | c3144a85a60deffc0199a92f76236119858793b2 /lisp/calendar/appt.el | |
parent | f8774e35f6772b4b101ec49b62d041372308699d (diff) | |
download | emacs-915d130021c4f0b076539562cd6d194536ad4603.tar.gz emacs-915d130021c4f0b076539562cd6d194536ad4603.tar.bz2 emacs-915d130021c4f0b076539562cd6d194536ad4603.zip |
* lisp/calendar/appt.el (appt-time-msg-list): Doc fix.
Diffstat (limited to 'lisp/calendar/appt.el')
-rw-r--r-- | lisp/calendar/appt.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index f7ec64c5060..d1483c5445d 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -179,11 +179,10 @@ Each element of the generated list has the form \(MINUTES STRING [FLAG] [WARNTIME]) where MINUTES is the time in minutes of the appointment after midnight, and STRING is the description of the appointment. -FLAG and WARNTIME can only be present if the element was made -with `appt-add'. A non-nil FLAG indicates that the element was made -with `appt-add', so calling `appt-make-list' again should preserve it. -If WARNTIME is non-nil, it is an integer to use in place -of `appt-message-warning-time'.") +FLAG and WARNTIME are not always present. A non-nil FLAG +indicates that the element was made with `appt-add', so calling +`appt-make-list' again should preserve it. If WARNTIME is non-nil, +it is an integer to use in place of `appt-message-warning-time'.") (defconst appt-max-time (1- (* 24 60)) "11:59pm in minutes - number of minutes in a day minus 1.") |