From cd58cec7af8260afe5d61770260a49c55227679c Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Fri, 10 Sep 2021 12:35:37 +0800 Subject: [PATCH 2/2] * lisp/tab-bar.el (display-buffer-in-tab): Improve docstring. --- lisp/tab-bar.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index a4a7b4cb65..5f3e415435 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -1955,11 +1955,12 @@ display-buffer-in-tab If ALIST contains a `reusable-frames' entry, its value determines which frames to search for a reusable tab: - nil -- the selected frame (actually the last non-minibuffer frame) + nil -- do not reuse any frames. A frame -- just that frame `visible' -- all visible frames 0 -- all frames on the current terminal t -- all frames. + other non-nil values -- selected frame. This is an action function for buffer display, see Info node `(elisp) Buffer Display Action Functions'. It should be -- 2.30.2