From: Eli Zaretskii Date: Fri, 13 Mar 2020 07:46:47 +0000 (+0200) Subject: Fix last change X-Git-Tag: emacs-27.0.91~84 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ab766fd58;p=emacs.git Fix last change * lisp/tab-bar.el (tab-bar-new-button-show): Fix wording of the doc string. --- 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)