aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhil Sainty2026-01-01 21:28:59 +1300
committerPhil Sainty2026-01-03 14:09:28 +1300
commitbb43055ef08049fa3a1694b7769adbade762c17d (patch)
treed6ad9176e72a0db460c213f86fdf9735768192fc /doc
parent99750f9fdff60110e8289b2ba975b10df62462bf (diff)
downloademacs-bb43055ef08049fa3a1694b7769adbade762c17d.tar.gz
emacs-bb43055ef08049fa3a1694b7769adbade762c17d.zip
Support the `reusable-frames' value 0 for `display-buffer-in-tab'
* lisp/tab-bar.el (tab-bar--reusable-frames): Implement support for the `reusable-frames' value 0, for better consistency with other buffer display actions. (bug#80092)
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/windows.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index dd0d925ed7e..09d58c17c01 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -3580,6 +3580,8 @@ which already displays the buffer. The possible values of
3580means consider all existing frames. 3580means consider all existing frames.
3581@item @code{visible} 3581@item @code{visible}
3582means consider all visible frames. 3582means consider all visible frames.
3583@item 0
3584means consider all frames on the current terminal.
3583@item A frame 3585@item A frame
3584means consider that frame only. 3586means consider that frame only.
3585@item Any other non-@code{nil} value 3587@item Any other non-@code{nil} value