]> code.delx.au - gnu-emacs/commitdiff
; * src/xdisp.c: Improve commentary for 'update_mode_lines'.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Oct 2015 08:23:10 +0000 (11:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Oct 2015 08:23:10 +0000 (11:23 +0300)
src/xdisp.c

index 02388da994bbe299a43127f7cf83b815ca6c4c23..247aa28c6a7fadac5a2687a6901c0a50e4f4446c 100644 (file)
@@ -473,6 +473,10 @@ int windows_or_buffers_changed;
    For any other value, redisplay all mode lines (the number used is then only
    used to track down the cause for this full-redisplay).
 
+   Since the frame title uses the same %-constructs as the mode line
+   (except %c and %l), if this variable is non-zero, we also consider
+   redisplaying the title of each frame, see x_consider_frame_title.
+
    The `redisplay' bits are the same as those used for
    windows_or_buffers_changed, and setting windows_or_buffers_changed also
    causes recomputation of the mode lines of all those windows.  IOW this