]> git.eshelyaron.com Git - emacs.git/commitdiff
(run-at-time): Doc fix.
authorRoland McGrath <roland@gnu.org>
Wed, 7 Feb 1996 16:56:01 +0000 (16:56 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 7 Feb 1996 16:56:01 +0000 (16:56 +0000)
lisp/timer.el

index adb44db7ca3c943ca94835e654a42e0af2f337b4..3b751607500f3d8d26c62de0ff30fd8606ea5bf5 100644 (file)
@@ -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.