diff options
| author | Phil Sainty | 2026-01-01 21:28:59 +1300 |
|---|---|---|
| committer | Phil Sainty | 2026-01-03 14:09:28 +1300 |
| commit | bb43055ef08049fa3a1694b7769adbade762c17d (patch) | |
| tree | d6ad9176e72a0db460c213f86fdf9735768192fc /doc | |
| parent | 99750f9fdff60110e8289b2ba975b10df62462bf (diff) | |
| download | emacs-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.texi | 2 |
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 | |||
| 3580 | means consider all existing frames. | 3580 | means consider all existing frames. |
| 3581 | @item @code{visible} | 3581 | @item @code{visible} |
| 3582 | means consider all visible frames. | 3582 | means consider all visible frames. |
| 3583 | @item 0 | ||
| 3584 | means consider all frames on the current terminal. | ||
| 3583 | @item A frame | 3585 | @item A frame |
| 3584 | means consider that frame only. | 3586 | means consider that frame only. |
| 3585 | @item Any other non-@code{nil} value | 3587 | @item Any other non-@code{nil} value |