From: Lars Ingebrigtsen Date: Tue, 26 Apr 2022 10:11:49 +0000 (+0200) Subject: Improve documentation for t value for reusable-frames X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2370^2~300 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e98b7d6ba2c8634c82f49ee18fd8b91b1b83a187;p=emacs.git Improve documentation for t value for reusable-frames * doc/lispref/windows.texi (Buffer Display Action Alists): Note that the t value is rarely a good one (bug#55103). --- diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index abc8adae836..0b3fa0c8b5a 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -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