diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-02-21 22:06:30 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-02-21 22:06:30 +0200 |
commit | fb5dbf6de73fa034338448f1029c55f85d1078b4 (patch) | |
tree | af58578b509d03d6ddeb80041d668717e80b9b64 /doc/lispref/frames.texi | |
parent | 48c9a50771383f08593ddc41db4f42bc633a7e56 (diff) | |
download | emacs-fb5dbf6de73fa034338448f1029c55f85d1078b4.tar.gz emacs-fb5dbf6de73fa034338448f1029c55f85d1078b4.tar.bz2 emacs-fb5dbf6de73fa034338448f1029c55f85d1078b4.zip |
; Fix documentation of 'icon-title-format'.
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r-- | doc/lispref/frames.texi | 5 |
1 files changed, 3 insertions, 2 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 |