emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calendar/appt.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/appt.el,v
Date: Sat, 08 Mar 2008 21:21:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/08 21:21:37

Index: appt.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/appt.el,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -b -r1.81 -r1.82
--- appt.el     8 Mar 2008 21:18:35 -0000       1.81
+++ appt.el     8 Mar 2008 21:21:37 -0000       1.82
@@ -410,9 +410,9 @@
                     (sit-for 0)))))))))
 
 (defun appt-disp-window (min-to-app new-time appt-msg)
-  "Display appointment message APPT-MSG in a separate buffer.
-The appointment is due in MIN-TO-APP (a string) minutes.
-NEW-TIME is a string giving the date."
+  "Display appointment due in MIN-TO-APP (a string) minutes.
+NEW-TIME is a string giving the date.  Displays the appointment
+message APPT-MSG in a separate buffer."
   ;; Make sure we're not in the minibuffer before splitting the window.
   ;; FIXME this seems needlessly complicated?
   (when (minibufferp)
@@ -601,7 +601,7 @@
 
 
 (defun appt-convert-time (time2conv)
-  "Convert hour:min[am/pm] format to minutes from midnight.
+  "Convert hour:min[am/pm] format TIME2CONV to minutes from midnight.
 A period (.) can be used instead of a colon (:) to separate the
 hour and minute parts."
   ;; Formats that should be accepted:




reply via email to

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