changeset 71328:cf0814ccd7de

(Forcing Redisplay): Fix typo.
author Romain Francoise <romain@orebokech.com>
date Tue, 13 Jun 2006 06:44:01 +0000
parents 36a9fd55127e
children 3e4b5e8df594
files lispref/ChangeLog lispref/display.texi
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
--- 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.