emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c88d85d: ; * src/xdisp.c: Fix typo.


From: Ken Brown
Subject: [Emacs-diffs] master c88d85d: ; * src/xdisp.c: Fix typo.
Date: Sat, 24 Oct 2015 14:12:49 +0000

branch: master
commit c88d85dcd7cc4c3dd89d9564938dcfbdc45f163f
Author: Ken Brown <address@hidden>
Commit: Ken Brown <address@hidden>

    ; * src/xdisp.c: Fix typo.
---
 src/xdisp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index 247aa28..297f789 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]