aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2015-10-24 11:23:10 +0300
committerEli Zaretskii2015-10-24 11:23:10 +0300
commit51f2df46f6a1ab8bcb7697da2f0274e9550213d4 (patch)
tree85d97cad4d126a97f634735be756d4279db18c1d /src
parentbc0b340d5532bc13988b8cc637690764f1d6c6f0 (diff)
downloademacs-51f2df46f6a1ab8bcb7697da2f0274e9550213d4.tar.gz
emacs-51f2df46f6a1ab8bcb7697da2f0274e9550213d4.zip
; * src/xdisp.c: Improve commentary for 'update_mode_lines'.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 02388da994b..247aa28c6a7 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -473,6 +473,10 @@ int windows_or_buffers_changed;
473 For any other value, redisplay all mode lines (the number used is then only 473 For any other value, redisplay all mode lines (the number used is then only
474 used to track down the cause for this full-redisplay). 474 used to track down the cause for this full-redisplay).
475 475
476 Since the frame title uses the same %-constructs as the mode line
477 (except %c and %l), if this variable is non-zero, we also consider
478 redisplaying the title of each frame, see x_consider_frame_title.
479
476 The `redisplay' bits are the same as those used for 480 The `redisplay' bits are the same as those used for
477 windows_or_buffers_changed, and setting windows_or_buffers_changed also 481 windows_or_buffers_changed, and setting windows_or_buffers_changed also
478 causes recomputation of the mode lines of all those windows. IOW this 482 causes recomputation of the mode lines of all those windows. IOW this