Fix last change
* lisp/tab-bar.el (tab-bar-new-button-show): Fix wording of the doc string.
This commit is contained in:
parent
ecfe633993
commit
1ab766fd58
1 changed files with 2 additions and 1 deletions
|
@ -266,7 +266,8 @@ before calling the command that adds a new tab."
|
||||||
:version "27.1")
|
:version "27.1")
|
||||||
|
|
||||||
(defcustom tab-bar-new-button-show t
|
(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
|
:type 'boolean
|
||||||
:initialize 'custom-initialize-default
|
:initialize 'custom-initialize-default
|
||||||
:set (lambda (sym val)
|
:set (lambda (sym val)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue