aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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