diff options
| author | Ken Brown | 2015-10-24 10:12:01 -0400 |
|---|---|---|
| committer | Ken Brown | 2015-10-24 10:12:01 -0400 |
| commit | c88d85dcd7cc4c3dd89d9564938dcfbdc45f163f (patch) | |
| tree | 6b6a7e9f405bde2c770ddbd3a72f8587556c608a | |
| parent | 069a0e41f40822f3233333eee33ef6f15a640f0b (diff) | |
| download | emacs-c88d85dcd7cc4c3dd89d9564938dcfbdc45f163f.tar.gz emacs-c88d85dcd7cc4c3dd89d9564938dcfbdc45f163f.zip | |
; * src/xdisp.c: Fix typo.
| -rw-r--r-- | src/xdisp.c | 2 |
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. |