]> git.eshelyaron.com Git - emacs.git/commitdiff
(Forcing Redisplay): Fix typo.
authorRomain Francoise <romain@orebokech.com>
Tue, 13 Jun 2006 06:44:01 +0000 (06:44 +0000)
committerRomain Francoise <romain@orebokech.com>
Tue, 13 Jun 2006 06:44:01 +0000 (06:44 +0000)
lispref/ChangeLog
lispref/display.texi

index 6a9251e85e96376b369a244a4399837c2e45d9ac..d315bf4d569aba7c99ac6529d23ac8e3cb6de511 100644 (file)
@@ -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.
index 3d1d3de7b6d06af8c62224deb252850b1bd2d166..1915505dd8cf04a52dc09451716f0e29a385469c 100644 (file)
@@ -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.