From: Paul Eggert Date: Tue, 3 Sep 1996 05:20:35 +0000 (+0000) Subject: (run-at-time): Doc fix. X-Git-Tag: emacs-20.1~3867 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa4993617b92528e32dc332c608ec9e32e410b84;p=emacs.git (run-at-time): Doc fix. --- diff --git a/lisp/timer.el b/lisp/timer.el index 1761ecc8759..b3f1283d56b 100644 --- a/lisp/timer.el +++ b/lisp/timer.el @@ -245,7 +245,7 @@ fire repeatedly that many seconds apart." ;;;###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'.