]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change
authorEli Zaretskii <eliz@gnu.org>
Fri, 13 Mar 2020 07:46:47 +0000 (09:46 +0200)
committerEli 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

index e2ea11d2af961c361fc5b69d4e05595e18bf97aa..8c2027eb6a28bd0a75d8ee8e377fe68a5c7eb071 100644 (file)
@@ -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)