emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100038: * lisp/calendar/appt.el (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100038: * lisp/calendar/appt.el (appt-check): Doc fix.
Date: Tue, 14 Sep 2010 00:21:03 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100038
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-09-14 00:21:03 -0700
message:
  * lisp/calendar/appt.el (appt-check): Doc fix.
modified:
  lisp/ChangeLog
  lisp/calendar/appt.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-14 07:15:06 +0000
+++ b/lisp/ChangeLog    2010-09-14 07:21:03 +0000
@@ -5,6 +5,7 @@
        (diary-include-other-diary-files): Append to diary-included-files.
        * calendar/appt.el (appt-update-list): Also check the members of
        diary-included-files.  (Bug#6999)
+       (appt-check): Doc fix.
 
 2010-09-12  David Reitter  <address@hidden>
 

=== modified file 'lisp/calendar/appt.el'
--- a/lisp/calendar/appt.el     2010-09-14 07:15:06 +0000
+++ b/lisp/calendar/appt.el     2010-09-14 07:21:03 +0000
@@ -47,8 +47,9 @@
 ;; package is activated.  Additionally, the appointments list is
 ;; recreated automatically at 12:01am for those who do not logout
 ;; every day or are programming late.  It is also updated when the
-;; `diary-file' is saved.  Calling `appt-check' with an argument (or
-;; re-enabling the package) forces a re-initialization at any time.
+;; `diary-file' (or a file it includes) is saved.  Calling
+;; `appt-check' with an argument (or re-enabling the package) forces a
+;; re-initialization at any time.
 ;;
 ;; In order to add or delete items from today's list, without
 ;; changing the diary file, use `appt-add' and `appt-delete'.
@@ -261,7 +262,7 @@
   "Check for an appointment and update any reminder display.
 If optional argument FORCE is non-nil, reparse the diary file for
 appointments.  Otherwise the diary file is only parsed once per day,
-and when saved.
+or when it (or a file it includes) is saved.
 
 Note: the time must be the first thing in the line in the diary
 for a warning to be issued.  The format of the time can be either


reply via email to

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