# HG changeset patch # User Roland McGrath # Date 823712161 0 # Node ID c5631aa281ac0f61a1fc9cd6e999e91ffb3b3da9 # Parent 87b0d4b7577a43ed779207e29263fde740619d46 (run-at-time): Doc fix. diff -r 87b0d4b7577a -r c5631aa281ac lisp/timer.el --- a/lisp/timer.el Wed Feb 07 16:54:50 1996 +0000 +++ b/lisp/timer.el Wed Feb 07 16:56:01 1996 +0000 @@ -178,7 +178,8 @@ (defun run-at-time (time repeat function &rest args) "Run a function at a time, and optionally on a regular interval. Arguments are TIME, REPEAT, FUNCTION &rest ARGS. -TIME is a string like \"11:23pm\" or a value from `encode-time'. +TIME is a string like \"11:23pm\" or a value from `encode-time', +or a number of seconds from now. REPEAT, an integer number of seconds, is the interval on which to repeat the call to the function. If REPEAT is nil or 0, call it just once.