From: Eli Zaretskii Date: Sun, 13 Sep 2020 15:27:44 +0000 (+0300) Subject: ; * lisp/tab-line.el (tab-line-switch-cycling): Fix last change. X-Git-Tag: emacs-28.0.90~6083 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc24931b2f7cc01274e98258799d36f264ae0f34;p=emacs.git ; * lisp/tab-line.el (tab-line-switch-cycling): Fix last change. --- 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." 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")