From d211faa23cab00b8927dc544b5ca21f5659f3c6e Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Tue, 13 Jun 2006 06:44:01 +0000 Subject: [PATCH] (Forcing Redisplay): Fix typo. --- lispref/ChangeLog | 4 ++++ lispref/display.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.5