]> code.delx.au - gnu-emacs/commitdiff
; * src/xdisp.c: Fix typo.
authorKen Brown <kbrown@cornell.edu>
Sat, 24 Oct 2015 14:12:01 +0000 (10:12 -0400)
committerKen Brown <kbrown@cornell.edu>
Sat, 24 Oct 2015 14:12:01 +0000 (10:12 -0400)
src/xdisp.c

index 247aa28c6a7fadac5a2687a6901c0a50e4f4446c..297f789cdafa591f9ec53f39b5e286ffd3d27906 100644 (file)
@@ -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.