diff lisp/timer.el @ 14686:6edb5012f490

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Feb 1996 18:51:09 +0000
parents f50f87fae914
children 5e7b3fbecc8d
line wrap: on
line diff
--- a/lisp/timer.el	Mon Feb 26 18:45:24 1996 +0000
+++ b/lisp/timer.el	Mon Feb 26 18:51:09 1996 +0000
@@ -223,7 +223,7 @@
 This function returns a timer object which you can use in `cancel-timer'."
   (interactive "sRun at time: \nNRepeat interval: \naFunction: ")
 
-  ;; Special case: nil means "now" and is useful when repeting.
+  ;; Special case: nil means "now" and is useful when repeating.
   (if (null time)
       (setq time (current-time)))