diff lispref/display.texi @ 71328:cf0814ccd7de

(Forcing Redisplay): Fix typo.
author Romain Francoise <romain@orebokech.com>
date Tue, 13 Jun 2006 06:44:01 +0000
parents ab800262f66c
children 3e4b5e8df594
line wrap: on
line diff
--- 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.