# HG changeset patch # User Romain Francoise # Date 1150181041 0 # Node ID cf0814ccd7de5325c9ec6f2fbd1780824d25d3e5 # Parent 36a9fd55127e230de03673473512b82d8e4c6d57 (Forcing Redisplay): Fix typo. diff -r 36a9fd55127e -r cf0814ccd7de lispref/ChangeLog --- a/lispref/ChangeLog Tue Jun 13 06:41:55 2006 +0000 +++ b/lispref/ChangeLog Tue Jun 13 06:44:01 2006 +0000 @@ -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 -r 36a9fd55127e -r cf0814ccd7de lispref/display.texi --- a/lispref/display.texi Tue Jun 13 06:41:55 2006 +0000 +++ b/lispref/display.texi Tue Jun 13 06:44:01 2006 +0000 @@ -98,7 +98,7 @@ @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.