1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(Forcing Redisplay): Fix typo.

This commit is contained in:
Romain Francoise 2006-06-13 06:44:01 +00:00
parent 0dc9e94e8d
commit d211faa23c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-06-13 Romain Francoise <romain@orebokech.com>
* display.texi (Forcing Redisplay): Fix typo.
2006-06-13 Kim F. Storm <storm@cua.dk>
* display.texi (Forcing Redisplay): Add redisplay-preemption-period.

View File

@ -98,7 +98,7 @@ binding @code{redisplay-dont-pause} to a non-@code{nil} value.
@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 redislpay has started. If input arrives, redisplay
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.