(Forcing Redisplay): Cleanups in previous change.
This commit is contained in:
parent
c29fbc9354
commit
1ef252f636
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
2006-07-18 Richard Stallman <rms@gnu.org>
|
2006-07-18 Richard Stallman <rms@gnu.org>
|
||||||
|
|
||||||
|
* display.texi (Forcing Redisplay): Cleanups in previous change.
|
||||||
|
|
||||||
* processes.texi (Low-Level Network): Make menu more convenient.
|
* processes.texi (Low-Level Network): Make menu more convenient.
|
||||||
|
|
||||||
2006-07-18 Kim F. Storm <storm@cua.dk>
|
2006-07-18 Kim F. Storm <storm@cua.dk>
|
||||||
|
|
|
@ -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
|
If this variable is @code{nil}, Emacs does not check for input during
|
||||||
redisplay, and redisplay cannot be preempted by input.
|
redisplay, and redisplay cannot be preempted by input.
|
||||||
|
|
||||||
@emph{Note} that this variable is only used on window systems,
|
This variable is only obeyed on graphical terminals, and is only
|
||||||
and is only available if Emacs is built with support for sub-second timers.
|
available if Emacs is built with support for sub-second timers. For
|
||||||
For other platforms; @xref{Terminal Output}.
|
other platforms, see @ref{Terminal Output}.
|
||||||
@end defvar
|
@end defvar
|
||||||
|
|
||||||
@defvar redisplay-dont-pause
|
@defvar redisplay-dont-pause
|
||||||
|
|
Loading…
Add table
Reference in a new issue