diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/tab-bar.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index e2ea11d2af9..8c2027eb6a2 100644 --- 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) |