emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104146: * lisp/calendar/appt.el (app


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104146: * lisp/calendar/appt.el (appt-time-msg-list): Doc fix.
Date: Fri, 06 May 2011 18:19:27 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104146
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2011-05-06 18:19:27 -0700
message:
  * lisp/calendar/appt.el (appt-time-msg-list): Doc fix.
modified:
  lisp/ChangeLog
  lisp/calendar/appt.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-06 19:59:17 +0000
+++ b/lisp/ChangeLog    2011-05-07 01:19:27 +0000
@@ -1,3 +1,7 @@
+2011-05-07  Glenn Morris  <address@hidden>
+
+       * calendar/appt.el (appt-time-msg-list): Doc fix.
+
 2011-05-06  Noah Friedman  <address@hidden>
 
        * apropos.el (apropos-print-doc): Only use

=== modified file 'lisp/calendar/appt.el'
--- a/lisp/calendar/appt.el     2011-05-06 07:14:30 +0000
+++ b/lisp/calendar/appt.el     2011-05-07 01:19:27 +0000
@@ -179,11 +179,10 @@
 \(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.")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]