]> git.eshelyaron.com Git - emacs.git/commitdiff
(run-at-time): Doc fix.
authorPaul Eggert <eggert@twinsun.com>
Tue, 3 Sep 1996 05:20:35 +0000 (05:20 +0000)
committerPaul Eggert <eggert@twinsun.com>
Tue, 3 Sep 1996 05:20:35 +0000 (05:20 +0000)
lisp/timer.el

index 1761ecc8759f8f4b7b4c754983c27d8a6153f3f9..b3f1283d56b42d6fa3ec3e74c2f18624d0e9bba3 100644 (file)
@@ -245,7 +245,7 @@ fire repeatedly that many seconds apart."
 \f
 ;;;###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'.