aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-07-18 15:00:47 +0000
committerKim F. Storm2006-07-18 15:00:47 +0000
commitb7a82118b20ce90995e5fa7c430cce9301207857 (patch)
treea35afff3eb7ca147a1510da8d337b459e06d7b41
parent532ddb4c191057fba31954782d299dc6a8436456 (diff)
downloademacs-b7a82118b20ce90995e5fa7c430cce9301207857.tar.gz
emacs-b7a82118b20ce90995e5fa7c430cce9301207857.zip
(Forcing Redisplay): redisplay-preemption-period
only used on window systems. Add xref to Terminal Output.
-rw-r--r--lispref/display.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 8d91718e0cd..4e7ba81ed3b 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -103,8 +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 available if Emacs is built 106@emph{Note} that this variable is only used on window systems,
107with support for sub-second timers. 107and is only available if Emacs is built with support for sub-second timers.
108For other platforms; @xref{Terminal Output}.
108@end defvar 109@end defvar
109 110
110@defvar redisplay-dont-pause 111@defvar redisplay-dont-pause