Mercurial > emacs
changeset 14509:c5631aa281ac
(run-at-time): Doc fix.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 07 Feb 1996 16:56:01 +0000 |
parents | 87b0d4b7577a |
children | 9ab1deb3d118 |
files | lisp/timer.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.