From: Romain Francoise Date: Tue, 13 Jun 2006 06:44:01 +0000 (+0000) Subject: (Forcing Redisplay): Fix typo. X-Git-Tag: emacs-pretest-22.0.90~1975 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d211faa23cab00b8927dc544b5ca21f5659f3c6e;p=emacs.git (Forcing Redisplay): Fix typo. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 6a9251e85e9..d315bf4d569 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Romain Francoise + + * display.texi (Forcing Redisplay): Fix typo. + 2006-06-13 Kim F. Storm * display.texi (Forcing Redisplay): Add redisplay-preemption-period. diff --git a/lispref/display.texi b/lispref/display.texi index 3d1d3de7b6d..1915505dd8c 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -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.