+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.
@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.