From: Basil L. Contovounesios Date: Wed, 9 Sep 2020 23:15:09 +0000 (+0100) Subject: ; Fix typo in last change X-Git-Tag: emacs-28.0.90~6158 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=60cb56e9999050740f4b987ccb806ee6e8227c07;p=emacs.git ; Fix typo in last change --- diff --git a/lisp/tab-line.el b/lisp/tab-line.el index ddba483859c..a6387f8f9b8 100644 --- a/lisp/tab-line.el +++ b/lisp/tab-line.el @@ -693,8 +693,8 @@ Its effect is the same as using the `next-buffer' command (defcustom tab-line-switch-cycling nil "Enable cycling tab switch. 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 swithces to the first tab." +switches to the last tab and `tab-line-switch-to-next-tab' in the +last tab switches to the first tab." :type 'boolean :group 'tab-line :version "28.1")