From: Eli Zaretskii Date: Tue, 21 Feb 2023 20:06:30 +0000 (+0200) Subject: ; Fix documentation of 'icon-title-format'. X-Git-Tag: emacs-29.0.90~357 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb5dbf6de73fa034338448f1029c55f85d1078b4;p=emacs.git ; Fix documentation of 'icon-title-format'. --- 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