From 1ef252f636b11627d4e2d528ff5e952e407cfe3d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 19 Jul 2006 02:19:59 +0000 Subject: [PATCH] (Forcing Redisplay): Cleanups in previous change. --- lispref/ChangeLog | 2 ++ lispref/display.texi | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 679c2b6e8f3..42960c2fc3b 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,7 @@ 2006-07-18 Richard Stallman + * display.texi (Forcing Redisplay): Cleanups in previous change. + * processes.texi (Low-Level Network): Make menu more convenient. 2006-07-18 Kim F. Storm diff --git a/lispref/display.texi b/lispref/display.texi index 4e7ba81ed3b..b34365dd7e7 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -103,9 +103,9 @@ processes the available input before trying again to redisplay. If this variable is @code{nil}, Emacs does not check for input during redisplay, and redisplay cannot be preempted by input. -@emph{Note} that this variable is only used on window systems, -and is only available if Emacs is built with support for sub-second timers. -For other platforms; @xref{Terminal Output}. +This variable is only obeyed on graphical terminals, and is only +available if Emacs is built with support for sub-second timers. For +other platforms, see @ref{Terminal Output}. @end defvar @defvar redisplay-dont-pause -- 2.39.2