diff options
| author | Eli Zaretskii | 2020-09-13 18:27:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-09-13 18:27:44 +0300 |
| commit | cc24931b2f7cc01274e98258799d36f264ae0f34 (patch) | |
| tree | c98a5bc58d8b37b3881015327fdcf1b2fcb764ac | |
| parent | 54c2a8df3bfaec2141bdf9a11fca59f6d3a58558 (diff) | |
| download | emacs-cc24931b2f7cc01274e98258799d36f264ae0f34.tar.gz emacs-cc24931b2f7cc01274e98258799d36f264ae0f34.zip | |
; * lisp/tab-line.el (tab-line-switch-cycling): Fix last change.
| -rw-r--r-- | lisp/tab-line.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tab-line.el b/lisp/tab-line.el index 61a0201b298..8da554a3267 100644 --- a/lisp/tab-line.el +++ b/lisp/tab-line.el | |||
| @@ -647,7 +647,7 @@ using the `previous-buffer' command." | |||
| 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. This variable is not consulted | 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 | when `tab-line-tabs-function' is `tab-line-tabs-window-buffers'." |
| 651 | :type 'boolean | 651 | :type 'boolean |
| 652 | :group 'tab-line | 652 | :group 'tab-line |
| 653 | :version "28.1") | 653 | :version "28.1") |