comparison lispref/display.texi @ 71328:cf0814ccd7de

(Forcing Redisplay): Fix typo.
author Romain Francoise <romain@orebokech.com>
date Tue, 13 Jun 2006 06:44:01 +0000
parents ab800262f66c
children 3e4b5e8df594
comparison
equal deleted inserted replaced
71327:36a9fd55127e 71328:cf0814ccd7de
96 96
97 @tindex redisplay-preemption-period 97 @tindex redisplay-preemption-period
98 @defvar redisplay-preemption-period 98 @defvar redisplay-preemption-period
99 This variable controls how often Emacs checks for new input during 99 This variable controls how often Emacs checks for new input during
100 redisplay. The default setting is to check for input every 0.1 100 redisplay. The default setting is to check for input every 0.1
101 seconds after redislpay has started. If input arrives, redisplay 101 seconds after redisplay has started. If input arrives, redisplay
102 stops, and all available input is processed before redisplay starts over. 102 stops, and all available input is processed before redisplay starts over.
103 If this variable is set to @code{nil}, redisplay--once started--is never 103 If this variable is set to @code{nil}, redisplay--once started--is never
104 preempted by input. 104 preempted by input.
105 105
106 @emph{Note} that this variable is only available if Emacs is built 106 @emph{Note} that this variable is only available if Emacs is built