Mercurial > emacs
diff lisp/timer.el @ 16077:740cd456b1da
(run-at-time): Doc fix.
| author | Paul Eggert <eggert@twinsun.com> |
|---|---|
| date | Tue, 03 Sep 1996 05:20:35 +0000 |
| parents | e4f4dc22f5a3 |
| children | b215fb935fc3 |
line wrap: on
line diff
--- a/lisp/timer.el Tue Sep 03 04:13:20 1996 +0000 +++ b/lisp/timer.el Tue Sep 03 05:20:35 1996 +0000 @@ -245,7 +245,7 @@ ;;;###autoload (defun run-at-time (time repeat function &rest args) - "Perform an action after a delay of SECS seconds. + "Perform an action at time TIME. Repeat the action every REPEAT seconds, if REPEAT is non-nil. TIME should be a string like \"11:23pm\", nil meaning now, a number of seconds from now, or a value from `encode-time'.
