diff options
| -rw-r--r-- | lisp/tab-line.el | 3 |
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. |
| 647 | If non-nil, `tab-line-switch-to-prev-tab' in the first tab | 647 | If non-nil, `tab-line-switch-to-prev-tab' in the first tab |
| 648 | switches to the last tab and `tab-line-switch-to-next-tab' in the | 648 | switches to the last tab and `tab-line-switch-to-next-tab' in the |
| 649 | last tab switches to the first tab." | 649 | last tab switches to the first tab. This variable is not consulted |
| 650 | when `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") |