emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] two patchs about tab-bar.el


From: Feng Shu
Subject: Re: [patch] two patchs about tab-bar.el
Date: Sat, 11 Sep 2021 07:48:05 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

tumashu <tumashu@163.com> writes:

I have update patch 2,  other -> other non-nil values.


>From cd58cec7af8260afe5d61770260a49c55227679c Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@163.com>
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



-- 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]