Mercurial > emacs
changeset 14686:6edb5012f490
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 26 Feb 1996 18:51:09 +0000 |
parents | 496342156d13 |
children | 0d4ff7e4d6a3 |
files | lisp/timer.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)))