summaryrefslogtreecommitdiff
path: root/lisp/calendar/appt.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-12-04 11:31:41 -0800
committerGlenn Morris <rgm@gnu.org>2011-12-04 11:31:41 -0800
commit55dc42fcf374b0168d3fda7edca0f24a7bfd4b7b (patch)
tree75c54a3e131bddba276f6c5c71f8d2c276596f32 /lisp/calendar/appt.el
parent520fca41d6ca6cc860c1f03c76cd472ea149e33a (diff)
downloademacs-55dc42fcf374b0168d3fda7edca0f24a7bfd4b7b.tar.gz
* appt.el: Restore significant whitespace deleted by "spelling fix".
Diffstat (limited to 'lisp/calendar/appt.el')
-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.
Optional argument WARNTIME is an integer (or string) giving the number
of minutes before the appointment at which to start warning.
The default is `appt-message-warning-time'."
- (interactive "sTime (hh:mm[am/pm]): \nsMessage:
+ ;; People who like to delete trailing whitespace: READ THIS.
+ ;; This whitespace is supposed to be here.
+ (interactive "sTime (hh:mm[am/pm]): \nsMessage:
sMinutes before the appointment to start warning: ")
(unless (string-match appt-time-regexp time)
(error "Unacceptable time-string"))