]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/calendar/appt.el (appt-time-msg-list): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 7 May 2011 01:19:27 +0000 (18:19 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 7 May 2011 01:19:27 +0000 (18:19 -0700)
lisp/ChangeLog
lisp/calendar/appt.el

index 00be139d1112cd5b92dbde167ff64e32c74310b4..f4221b7b7c6e76311820e1194a5e2ecb7209896a 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-07  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/appt.el (appt-time-msg-list): Doc fix.
+
 2011-05-06  Noah Friedman  <friedman@splode.com>
 
        * apropos.el (apropos-print-doc): Only use
index f7ec64c5060bac8e5c9c549c641887e5e104cfac..d1483c5445daea51757b9dc13746c211d8a33ce8 100644 (file)
@@ -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.")