From 34f05bb1adc0bc0eaa0eebafa17317fcaab6c741 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 7 Feb 1996 16:56:01 +0000 Subject: [PATCH] (run-at-time): Doc fix. --- lisp/timer.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.2