mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
(Forcing Redisplay): Use (sit-for -1) to force a redisplay.
Remove incorrect example of binding redisplay-dont-pause around (sit-for 0).
This commit is contained in:
parent
f222369e0a
commit
5781332691
@ -115,14 +115,10 @@ prevent or halt redisplay; redisplay occurs, and finishes,
|
||||
regardless of whether input is available.
|
||||
@end defvar
|
||||
|
||||
@tindex sit-for
|
||||
You can request a display update, but only if no input is pending,
|
||||
with @code{(sit-for 0)}. To force a display update even when input is
|
||||
pending, do this:
|
||||
|
||||
@example
|
||||
(let ((redisplay-dont-pause t))
|
||||
(sit-for 0))
|
||||
@end example
|
||||
pending, use @code{(sit-for -1)}.
|
||||
|
||||
@node Truncation
|
||||
@section Truncation
|
||||
|
Loading…
Reference in New Issue
Block a user