aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 247aa28c6a7..297f789cdaf 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -453,7 +453,7 @@ static bool message_enable_multibyte;
453 453
454 OTOH if it's non-zero we wil have to loop through all windows and then check 454 OTOH if it's non-zero we wil have to loop through all windows and then check
455 the `redisplay' bit of the corresponding window, frame, and buffer, in order 455 the `redisplay' bit of the corresponding window, frame, and buffer, in order
456 to decide whether that window needs attention or not. Not that we can't 456 to decide whether that window needs attention or not. Note that we can't
457 just look at the frame's redisplay bit to decide that the whole frame can be 457 just look at the frame's redisplay bit to decide that the whole frame can be
458 skipped, since even if the frame's redisplay bit is unset, some of its 458 skipped, since even if the frame's redisplay bit is unset, some of its
459 windows's redisplay bits may be set. 459 windows's redisplay bits may be set.