]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix documentation of 'icon-title-format'.
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 Feb 2023 20:06:30 +0000 (22:06 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 Feb 2023 20:06:30 +0000 (22:06 +0200)
doc/lispref/frames.texi
etc/NEWS

index 638b759ff135c2ae0b81b6d80a8ab5771935d040..e0766ad0b4309848ba19fccdb47217129c77d032 100644 (file)
@@ -2653,8 +2653,9 @@ like that of @code{frame-title-format}.  The value can also be
 avoids problems with some window managers and desktop environments,
 where a change in a frame's title (when a frame is iconified) is
 interpreted as a request to raise the frame and/or give it input
-focus.  The default is a string identical to the default value of
-@code{frame-title-format}.
+focus.  It is also useful if you want the frame's title to be the same
+no matter if the frame is iconified or not.  The default value is a
+string identical to the default value of @code{frame-title-format}.
 @end defvar
 
 @defvar multiple-frames
index 48f743fc9da985c56d30cc14cfd38e18b64ff651..8e406128357246004a4910ba6a7d5b6638d0b457 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1221,7 +1221,8 @@ the corresponding deleted frame.
 That value means to use 'frame-title-format' for iconified frames.
 This is useful with some window managers and desktop environments
 which treat changes in frame's title as requests to raise the frame
-and/or give it input focus.
+and/or give it input focus, or if you want the frame's title to be the
+same no matter if the frame is iconified or not.
 
 ** Tab Bars and Tab Lines