summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-03-13 09:46:47 +0200
committerEli Zaretskii <eliz@gnu.org>2020-03-13 09:46:47 +0200
commit1ab766fd5814ee30d810fb82c0db6eb66320ec3d (patch)
treebfc6f68705dcce689fb05b89894fa87eccabd712
parentecfe633993a12cc1475bb9282178e238e8025a13 (diff)
downloademacs-1ab766fd5814ee30d810fb82c0db6eb66320ec3d.tar.gz
emacs-1ab766fd5814ee30d810fb82c0db6eb66320ec3d.tar.bz2
emacs-1ab766fd5814ee30d810fb82c0db6eb66320ec3d.zip
Fix last change
* lisp/tab-bar.el (tab-bar-new-button-show): Fix wording of the doc string.
-rw-r--r--lisp/tab-bar.el3
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)