aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-07-19 02:19:59 +0000
committerRichard M. Stallman2006-07-19 02:19:59 +0000
commit1ef252f636b11627d4e2d528ff5e952e407cfe3d (patch)
tree8b3b4288c36538b67a72725388be332efeaa3b75
parentc29fbc935469c3ecbef17042c662f3a645daced4 (diff)
downloademacs-1ef252f636b11627d4e2d528ff5e952e407cfe3d.tar.gz
emacs-1ef252f636b11627d4e2d528ff5e952e407cfe3d.zip
(Forcing Redisplay): Cleanups in previous change.
-rw-r--r--lispref/ChangeLog2
-rw-r--r--lispref/display.texi6
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 @@
12006-07-18 Richard Stallman <rms@gnu.org> 12006-07-18 Richard Stallman <rms@gnu.org>
2 2
3 * display.texi (Forcing Redisplay): Cleanups in previous change.
4
3 * processes.texi (Low-Level Network): Make menu more convenient. 5 * processes.texi (Low-Level Network): Make menu more convenient.
4 6
52006-07-18 Kim F. Storm <storm@cua.dk> 72006-07-18 Kim F. Storm <storm@cua.dk>
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.
103If this variable is @code{nil}, Emacs does not check for input during 103If this variable is @code{nil}, Emacs does not check for input during
104redisplay, and redisplay cannot be preempted by input. 104redisplay, and redisplay cannot be preempted by input.
105 105
106@emph{Note} that this variable is only used on window systems, 106This variable is only obeyed on graphical terminals, and is only
107and is only available if Emacs is built with support for sub-second timers. 107available if Emacs is built with support for sub-second timers. For
108For other platforms; @xref{Terminal Output}. 108other platforms, see @ref{Terminal Output}.
109@end defvar 109@end defvar
110 110
111@defvar redisplay-dont-pause 111@defvar redisplay-dont-pause