Comment change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Feb 1996 18:51:09 +0000 (18:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Feb 1996 18:51:09 +0000 (18:51 +0000)
lisp/timer.el

index 0b2678f..b380ea5 100644 (file)
@@ -223,7 +223,7 @@ the call to the function.  If REPEAT is nil or 0, call it just once.
 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)))