From c88d85dcd7cc4c3dd89d9564938dcfbdc45f163f Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Sat, 24 Oct 2015 10:12:01 -0400 Subject: [PATCH] ; * src/xdisp.c: Fix typo. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; 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. -- 2.39.5