; * lisp/tab-line.el (tab-line-switch-cycling): Fix last change.

This commit is contained in:
Eli Zaretskii 2020-09-13 18:27:44 +03:00
parent 54c2a8df3b
commit cc24931b2f

View file

@ -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")