emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 fb5dbf6de73: ; Fix documentation of 'icon-title-format'.


From: Eli Zaretskii
Subject: emacs-29 fb5dbf6de73: ; Fix documentation of 'icon-title-format'.
Date: Tue, 21 Feb 2023 15:06:49 -0500 (EST)

branch: emacs-29
commit fb5dbf6de73fa034338448f1029c55f85d1078b4
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix documentation of 'icon-title-format'.
---
 doc/lispref/frames.texi | 5 +++--
 etc/NEWS                | 3 ++-
 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
 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
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.
 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]