aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiso Katsuyuki2020-09-13 15:23:25 +0200
committerLars Ingebrigtsen2020-09-13 15:23:25 +0200
commit2605eb9d0ef7e819126e78684bd105c8cd27aff8 (patch)
treef556a5a1b1c00ad7c5427459c200dafd7857bf6c
parent1a4d8feb17ee926d3703a7da0e22f50dbbededd5 (diff)
downloademacs-2605eb9d0ef7e819126e78684bd105c8cd27aff8.tar.gz
emacs-2605eb9d0ef7e819126e78684bd105c8cd27aff8.zip
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
-rw-r--r--lisp/tab-line.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/tab-line.el b/lisp/tab-line.el
index 108f9f7d99c..61a0201b298 100644
--- a/lisp/tab-line.el
+++ b/lisp/tab-line.el
@@ -646,7 +646,8 @@ using the `previous-buffer' command."
646 "Enable cycling tab switch. 646 "Enable cycling tab switch.
647If non-nil, `tab-line-switch-to-prev-tab' in the first tab 647If non-nil, `tab-line-switch-to-prev-tab' in the first tab
648switches to the last tab and `tab-line-switch-to-next-tab' in the 648switches to the last tab and `tab-line-switch-to-next-tab' in the
649last tab switches to the first tab." 649last tab switches to the first tab. This variable is not consulted
650when `tab-line-tabs-function' is `tab-line-tabs-window-buffers'"
650 :type 'boolean 651 :type 'boolean
651 :group 'tab-line 652 :group 'tab-line
652 :version "28.1") 653 :version "28.1")