aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/appt.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el
index 9f527f75096..ab456904fd9 100644
--- a/lisp/calendar/appt.el
+++ b/lisp/calendar/appt.el
@@ -508,7 +508,9 @@ The time should be in either 24 hour format or am/pm format.
508Optional argument WARNTIME is an integer (or string) giving the number 508Optional argument WARNTIME is an integer (or string) giving the number
509of minutes before the appointment at which to start warning. 509of minutes before the appointment at which to start warning.
510The default is `appt-message-warning-time'." 510The default is `appt-message-warning-time'."
511 (interactive "sTime (hh:mm[am/pm]): \nsMessage: 511 ;; People who like to delete trailing whitespace: READ THIS.
512 ;; This whitespace is supposed to be here.
513 (interactive "sTime (hh:mm[am/pm]): \nsMessage:
512sMinutes before the appointment to start warning: ") 514sMinutes before the appointment to start warning: ")
513 (unless (string-match appt-time-regexp time) 515 (unless (string-match appt-time-regexp time)
514 (error "Unacceptable time-string")) 516 (error "Unacceptable time-string"))