]> git.eshelyaron.com Git - emacs.git/commitdiff
(Timers): Describe timer-max-repeats.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Sep 2006 21:55:29 +0000 (21:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Sep 2006 21:55:29 +0000 (21:55 +0000)
lispref/os.texi

index 65cb0b906af5cfaa0a69176c2f973725fd5ab39d..a36d921f7af03b46f202d1f80d81bb40eef3d8cc 100644 (file)
@@ -1474,6 +1474,12 @@ between them).  If you want a timer to run again no less than @var{n}
 seconds after the last invocation, don't use the @var{repeat} argument.
 Instead, the timer function should explicitly reschedule the timer.
 
+@defvar timer-max-repeats
+This variable's value specifies the maximum number of times to repeat
+calling a timer function in a row, when many previously scheduled
+calls were unavoidably delayed.
+@end defvar
+
 @defmac with-timeout (seconds timeout-forms@dots{}) body@dots{}
 Execute @var{body}, but give up after @var{seconds} seconds.  If
 @var{body} finishes before the time is up, @code{with-timeout} returns