mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
; * src/xdisp.c: Fix typo.
This commit is contained in:
parent
069a0e41f4
commit
c88d85dcd7
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ static bool message_enable_multibyte;
|
|||
|
||||
OTOH if it's non-zero we wil have to loop through all windows and then check
|
||||
the `redisplay' bit of the corresponding window, frame, and buffer, in order
|
||||
to decide whether that window needs attention or not. Not that we can't
|
||||
to decide whether that window needs attention or not. Note that we can't
|
||||
just look at the frame's redisplay bit to decide that the whole frame can be
|
||||
skipped, since even if the frame's redisplay bit is unset, some of its
|
||||
windows's redisplay bits may be set.
|
||||
|
|
|
|||
Loading…
Reference in a new issue