aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-02-21 22:06:30 +0200
committerEli Zaretskii2023-02-21 22:06:30 +0200
commitfb5dbf6de73fa034338448f1029c55f85d1078b4 (patch)
treeaf58578b509d03d6ddeb80041d668717e80b9b64
parent48c9a50771383f08593ddc41db4f42bc633a7e56 (diff)
downloademacs-fb5dbf6de73fa034338448f1029c55f85d1078b4.tar.gz
emacs-fb5dbf6de73fa034338448f1029c55f85d1078b4.zip
; Fix documentation of 'icon-title-format'.
-rw-r--r--doc/lispref/frames.texi5
-rw-r--r--etc/NEWS3
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 638b759ff13..e0766ad0b43 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -2653,8 +2653,9 @@ like that of @code{frame-title-format}. The value can also be
2653avoids problems with some window managers and desktop environments, 2653avoids problems with some window managers and desktop environments,
2654where a change in a frame's title (when a frame is iconified) is 2654where a change in a frame's title (when a frame is iconified) is
2655interpreted as a request to raise the frame and/or give it input 2655interpreted as a request to raise the frame and/or give it input
2656focus. The default is a string identical to the default value of 2656focus. It is also useful if you want the frame's title to be the same
2657@code{frame-title-format}. 2657no matter if the frame is iconified or not. The default value is a
2658string identical to the default value of @code{frame-title-format}.
2658@end defvar 2659@end defvar
2659 2660
2660@defvar multiple-frames 2661@defvar multiple-frames
diff --git a/etc/NEWS b/etc/NEWS
index 48f743fc9da..8e406128357 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1221,7 +1221,8 @@ the corresponding deleted frame.
1221That value means to use 'frame-title-format' for iconified frames. 1221That value means to use 'frame-title-format' for iconified frames.
1222This is useful with some window managers and desktop environments 1222This is useful with some window managers and desktop environments
1223which treat changes in frame's title as requests to raise the frame 1223which treat changes in frame's title as requests to raise the frame
1224and/or give it input focus. 1224and/or give it input focus, or if you want the frame's title to be the
1225same no matter if the frame is iconified or not.
1225 1226
1226** Tab Bars and Tab Lines 1227** Tab Bars and Tab Lines
1227 1228