summaryrefslogtreecommitdiff
path: root/lisp/timer.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1996-09-03 05:20:35 +0000
committerPaul Eggert <eggert@twinsun.com>1996-09-03 05:20:35 +0000
commitbc75d4a2389ac3f506bec30631d8f9fa8685c05f (patch)
treef2449c7fd61899e3c6f0b44e09d61131cc614c75 /lisp/timer.el
parent82ec0a760b7efe4ccc5734f27bd260a4ab05a6dc (diff)
downloademacs-bc75d4a2389ac3f506bec30631d8f9fa8685c05f.tar.gz
(run-at-time): Doc fix.
Diffstat (limited to 'lisp/timer.el')
-rw-r--r--lisp/timer.el2
1 files changed, 1 insertions, 1 deletions
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'.