projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecfe633
)
Fix last change
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 13 Mar 2020 07:46:47 +0000
(09:46 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 13 Mar 2020 07:46:47 +0000
(09:46 +0200)
* lisp/tab-bar.el (tab-bar-new-button-show): Fix wording of the
doc string.
lisp/tab-bar.el
patch
|
blob
|
history
diff --git
a/lisp/tab-bar.el
b/lisp/tab-bar.el
index e2ea11d2af961c361fc5b69d4e05595e18bf97aa..8c2027eb6a28bd0a75d8ee8e377fe68a5c7eb071 100644
(file)
--- a/
lisp/tab-bar.el
+++ b/
lisp/tab-bar.el
@@
-266,7
+266,8
@@
before calling the command that adds a new tab."
:version "27.1")
(defcustom tab-bar-new-button-show t
- "Defines whether to show the new tab button."
+ "If non-nil, show the \"New tab\" button in the tab bar.
+When this is nil, you can create new tabs with \\[tab-new]."
:type 'boolean
:initialize 'custom-initialize-default
:set (lambda (sym val)