>From 803adce8bbb5bc35e011afb6b1e57a9878525b03 Mon Sep 17 00:00:00 2001 From: Kiso Katsuyuki Date: Sun, 13 Sep 2020 00:01:59 -0500 Subject: [PATCH] Just add exception to the docstring tab-line-switch-cycling is not effective when tab-line-tabs-window-buffers is used. --- 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 108f9f7d99..ef73d589c1 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 effective +when `tab-line-tabs-function' is `tab-line-tabs-window-buffers'" :type 'boolean :group 'tab-line :version "28.1") -- 2.28.0