From: Roland McGrath Date: Wed, 7 Feb 1996 16:56:01 +0000 (+0000) Subject: (run-at-time): Doc fix. X-Git-Tag: emacs-19.34~1351 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34f05bb1adc0bc0eaa0eebafa17317fcaab6c741;p=emacs.git (run-at-time): Doc fix. --- diff --git a/lisp/timer.el b/lisp/timer.el index adb44db7ca3..3b751607500 100644 --- a/lisp/timer.el +++ b/lisp/timer.el @@ -178,7 +178,8 @@ fire repeatedly that menu seconds apart." (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.