emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/os.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/os.texi,v
Date: Mon, 25 Sep 2006 21:55:29 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/09/25 21:55:29

Index: os.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/os.texi,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -b -r1.96 -r1.97
--- os.texi     25 Sep 2006 15:20:44 -0000      1.96
+++ os.texi     25 Sep 2006 21:55:29 -0000      1.97
@@ -1474,6 +1474,12 @@
 seconds after the last invocation, don't use the @var{repeat} argument.
 Instead, the timer function should explicitly reschedule the timer.
 
address@hidden 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.
address@hidden defvar
+
 @defmac with-timeout (seconds address@hidden) address@hidden
 Execute @var{body}, but give up after @var{seconds} seconds.  If
 @var{body} finishes before the time is up, @code{with-timeout} returns




reply via email to

[Prev in Thread] Current Thread [Next in Thread]