# HG changeset patch # User Richard M. Stallman # Date 717548336 0 # Node ID 45f9cbd79ede589c70553ab5acf639a612a12ccc # Parent 3db6f2ac853900554bfb91de3e45b2866161c078 Doc fix. diff -r 3db6f2ac8539 -r 45f9cbd79ede lisp/=timer.el --- a/lisp/=timer.el Sat Sep 26 22:52:22 1992 +0000 +++ b/lisp/=timer.el Sat Sep 26 22:58:56 1992 +0000 @@ -36,7 +36,7 @@ Arguments are TIME, REPEAT, FUNCTION &rest ARGS. TIME, a string, can be specified absolutely or relative to now. REPEAT, an integer number of seconds, is the interval on which to repeat -the call to the function." +the call to the function. If REPEAT is nil, call it just once." (interactive "sRun at time: \nNRepeat interval: \naFunction: ") (cond ((or (not timer-process) (memq (process-status timer-process) '(exit signal nil)))