diff options
| author | Kim F. Storm | 2006-07-18 15:00:47 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-07-18 15:00:47 +0000 |
| commit | b7a82118b20ce90995e5fa7c430cce9301207857 (patch) | |
| tree | a35afff3eb7ca147a1510da8d337b459e06d7b41 | |
| parent | 532ddb4c191057fba31954782d299dc6a8436456 (diff) | |
| download | emacs-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.texi | 5 |
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. | |||
| 103 | If this variable is @code{nil}, Emacs does not check for input during | 103 | If this variable is @code{nil}, Emacs does not check for input during |
| 104 | redisplay, and redisplay cannot be preempted by input. | 104 | redisplay, 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, |
| 107 | with support for sub-second timers. | 107 | and is only available if Emacs is built with support for sub-second timers. |
| 108 | For other platforms; @xref{Terminal Output}. | ||
| 108 | @end defvar | 109 | @end defvar |
| 109 | 110 | ||
| 110 | @defvar redisplay-dont-pause | 111 | @defvar redisplay-dont-pause |