diff options
Diffstat (limited to 'lisp/=timer.el')
-rw-r--r-- | lisp/=timer.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/=timer.el b/lisp/=timer.el index 7f71f784de9..905706f3ab7 100644 --- a/lisp/=timer.el +++ b/lisp/=timer.el @@ -25,6 +25,7 @@ ;; rescheduling or people who otherwise expect to use the process frequently "If non-nil, don't exit the timer process when no more events are pending.") +;;;###autoload (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. |