emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi,v
Date: Tue, 13 Jun 2006 14:02:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/06/13 14:02:13

Index: display.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/display.texi,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -b -r1.221 -r1.222
--- display.texi        13 Jun 2006 06:44:01 -0000      1.221
+++ display.texi        13 Jun 2006 14:02:12 -0000      1.222
@@ -96,12 +96,13 @@
 
 @tindex redisplay-preemption-period
 @defvar redisplay-preemption-period
-This variable controls how often Emacs checks for new input during
-redisplay.  The default setting is to check for input every 0.1
-seconds after redisplay has started.  If input arrives, redisplay
-stops, and all available input is processed before redisplay starts over.
-  If this variable is set to @code{nil}, redisplay--once started--is never
-preempted by input.
+This variable specifies how many seconds Emacs waits between checks
+for new input during redisplay.  (The default is 0.1 seconds.)  If
+input has arrived when Emacs checks, it pre-empts redisplay and
+processes the available input before trying again to redisplay.
+
+If this variable is @code{nil}, Emacs does not check for input during
+redisplay, and redisplay cannot be preempted by input.
 
 @emph{Note} that this variable is only available if Emacs is built
 with support for sub-second timers.




reply via email to

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