; * lisp/tab-line.el (tab-line-switch-cycling): Fix last change.
This commit is contained in:
parent
54c2a8df3b
commit
cc24931b2f
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ using the `previous-buffer' command."
|
|||
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. This variable is not consulted
|
||||
when `tab-line-tabs-function' is `tab-line-tabs-window-buffers'"
|
||||
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