projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d43609
)
; Fix typo in last change
author
Basil L. Contovounesios
<contovob@tcd.ie>
Wed, 9 Sep 2020 23:15:09 +0000
(
00:15
+0100)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Wed, 9 Sep 2020 23:15:09 +0000
(
00:15
+0100)
lisp/tab-line.el
patch
|
blob
|
history
diff --git
a/lisp/tab-line.el
b/lisp/tab-line.el
index ddba483859cb878520b8a0133f6a161efd6aaf85..a6387f8f9b8c00c5aa98f5f0576451a9f188b62d 100644
(file)
--- 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 swithc
es to the first tab."
+switches to the last tab and `tab-line-switch-to-next-tab' in the
+
last tab switch
es to the first tab."
:type 'boolean
:group 'tab-line
:version "28.1")