From 754c5007639b4dd81ca1781f03f243fa456ef63e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 8 Mar 2008 21:21:57 +0000 Subject: [PATCH] (appt-disp-window, appt-convert-time): Doc fixes. --- lisp/ChangeLog | 1 + lisp/calendar/appt.el | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cefb061a5e6..bc25479537b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -11,6 +11,7 @@ 2008-03-08 Glenn Morris * calendar/appt.el (appt): Move custom group here from calendar.el. + (appt-disp-window, appt-convert-time): Doc fixes. * calendar/cal-bahai.el (calendar-bahai-prompt-for-date) (calendar-bahai-mark-date-pattern): diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index d8663e02afc..d081dd2e541 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -46,10 +46,10 @@ ;;; documentation of that function. ;;; ;;; Today's appointment list is initialized from the diary when this -;;; package is activated. Additionally, the appointments list is +;;; 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 forces +;;; every day or are programming late. It is also updated when the +;;; `diary-file' is saved. Calling `appt-check' with an argument forces ;;; a re-initialization at any time. ;;; ;;; In order to add or delete items from today's list, without @@ -410,9 +410,9 @@ displayed in a window: (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 @@ APPT-LIST is a list of the same format as `appt-time-msg-list'." (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: -- 2.39.2