diff options
Diffstat (limited to 'lisp/timer.el')
| -rw-r--r-- | lisp/timer.el | 2 |
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 @@ | |||
| 36 | Arguments are TIME, REPEAT, FUNCTION &rest ARGS. | 36 | Arguments are TIME, REPEAT, FUNCTION &rest ARGS. |
| 37 | TIME, a string, can be specified absolutely or relative to now. | 37 | TIME, a string, can be specified absolutely or relative to now. |
| 38 | REPEAT, an integer number of seconds, is the interval on which to repeat | 38 | REPEAT, an integer number of seconds, is the interval on which to repeat |
| 39 | the call to the function." | 39 | the call to the function. If REPEAT is nil, call it just once." |
| 40 | (interactive "sRun at time: \nNRepeat interval: \naFunction: ") | 40 | (interactive "sRun at time: \nNRepeat interval: \naFunction: ") |
| 41 | (cond ((or (not timer-process) | 41 | (cond ((or (not timer-process) |
| 42 | (memq (process-status timer-process) '(exit signal nil))) | 42 | (memq (process-status timer-process) '(exit signal nil))) |