changeset 16077:740cd456b1da

(run-at-time): Doc fix.
author Paul Eggert <eggert@twinsun.com>
date Tue, 03 Sep 1996 05:20:35 +0000
parents 5d1e0290bbd0
children 4920b9b22c97
files lisp/timer.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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'.