mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
(Forcing Redisplay): Cleanups in previous change.
This commit is contained in:
parent
c29fbc9354
commit
1ef252f636
@ -1,5 +1,7 @@
|
||||
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.
|
||||
|
||||
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user