aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-12-04 11:31:41 -0800
committerGlenn Morris2011-12-04 11:31:41 -0800
commit55dc42fcf374b0168d3fda7edca0f24a7bfd4b7b (patch)
tree75c54a3e131bddba276f6c5c71f8d2c276596f32
parent520fca41d6ca6cc860c1f03c76cd472ea149e33a (diff)
downloademacs-55dc42fcf374b0168d3fda7edca0f24a7bfd4b7b.tar.gz
emacs-55dc42fcf374b0168d3fda7edca0f24a7bfd4b7b.zip
* appt.el: Restore significant whitespace deleted by "spelling fix".
-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"))