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
This commit is contained in:
parent
1a4d8feb17
commit
2605eb9d0e
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue