summaryrefslogtreecommitdiff
path: root/lisp/timer.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-09-26 22:58:56 +0000
committerRichard M. Stallman <rms@gnu.org>1992-09-26 22:58:56 +0000
commit510aa4ddc491f684a76642e11875cc2360ad951d (patch)
tree39bdaf086626788dff430d186311c004c7a811c6 /lisp/timer.el
parent8531c2ac1c83f8676bb116a2c0fbe0f365ad35f2 (diff)
downloademacs-510aa4ddc491f684a76642e11875cc2360ad951d.tar.gz
Doc fix.
Diffstat (limited to 'lisp/timer.el')
-rw-r--r--lisp/timer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/timer.el b/lisp/timer.el
index bbd0db72742..bbd650d721f 100644
--- a/lisp/timer.el
+++ b/lisp/timer.el
@@ -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)))