changeset 1223:45f9cbd79ede

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Sep 1992 22:58:56 +0000
parents 3db6f2ac8539
children 981b00f8fe77
files lisp/=timer.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))