emacs-diffs
[Top][All Lists]
Advanced

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

master 2605eb9: Clarify when tab-line-switch-cycling is used


From: Lars Ingebrigtsen
Subject: master 2605eb9: Clarify when tab-line-switch-cycling is used
Date: Sun, 13 Sep 2020 09:23:56 -0400 (EDT)

branch: master
commit 2605eb9d0ef7e819126e78684bd105c8cd27aff8
Author: Kiso Katsuyuki <katsuyuki2388@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Clarify when tab-line-switch-cycling is used
    
    * lisp/tab-line.el (tab-line-switch-cycling): Clarify when the
    variable is used.
    Copyright-paperwork-exempt: yes
---
 lisp/tab-line.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/tab-line.el b/lisp/tab-line.el
index 108f9f7..61a0201 100644
--- a/lisp/tab-line.el
+++ b/lisp/tab-line.el
@@ -646,7 +646,8 @@ using the `previous-buffer' command."
   "Enable cycling tab switch.
 If non-nil, `tab-line-switch-to-prev-tab' in the first tab
 switches to the last tab and `tab-line-switch-to-next-tab' in the
-last tab switches to the first tab."
+last tab switches to the first tab.  This variable is not consulted
+when `tab-line-tabs-function' is `tab-line-tabs-window-buffers'"
   :type 'boolean
   :group 'tab-line
   :version "28.1")



reply via email to

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