]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify when tab-line-switch-cycling is used
authorKiso Katsuyuki <katsuyuki2388@gmail.com>
Sun, 13 Sep 2020 13:23:25 +0000 (15:23 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Sep 2020 13:23:25 +0000 (15:23 +0200)
* lisp/tab-line.el (tab-line-switch-cycling): Clarify when the
variable is used.
Copyright-paperwork-exempt: yes

lisp/tab-line.el

index 108f9f7d99c33144e8e9ed6c6ab18cee6c47d08f..61a0201b298a73e0f0271d3358bc5bf04c2808dd 100644 (file)
@@ -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")