From: Richard M. Stallman Date: Mon, 26 Feb 1996 18:51:09 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~1174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=995b296f039c863e29c77e287c502363be6cec8f;p=emacs.git Comment change. --- diff --git a/lisp/timer.el b/lisp/timer.el index 0b2678f8ded..b380ea531e3 100644 --- a/lisp/timer.el +++ b/lisp/timer.el @@ -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)))