]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation for t value for reusable-frames
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 26 Apr 2022 10:11:49 +0000 (12:11 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 26 Apr 2022 10:11:49 +0000 (12:11 +0200)
* doc/lispref/windows.texi (Buffer Display Action Alists): Note
that the t value is rarely a good one (bug#55103).

doc/lispref/windows.texi

index abc8adae836be634a00aaa24434b391510601548..0b3fa0c8b5a2cfb588e62ff851239b3f8322656f 100644 (file)
@@ -2966,13 +2966,14 @@ follows:
 @code{nil} means consider only windows on the selected frame.
 (Actually, the last frame used that is not a minibuffer-only frame.)
 @item
-@code{t} means consider windows on all frames.
-@item
 @code{visible} means consider windows on all visible frames.
 @item
 0 means consider windows on all visible or iconified frames.
 @item
 A frame means consider windows on that frame only.
+@item
+@code{t} means consider windows on all frames.  (Note that this value
+is rarely the right thing to use---it might also return a tooltip frame.)
 @end itemize
 
 Note that the meaning of @code{nil} differs slightly from that of the