mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
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
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user