diff options
| author | Eli Zaretskii | 2020-03-13 09:46:47 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-03-13 09:46:47 +0200 |
| commit | 1ab766fd5814ee30d810fb82c0db6eb66320ec3d (patch) | |
| tree | bfc6f68705dcce689fb05b89894fa87eccabd712 | |
| parent | ecfe633993a12cc1475bb9282178e238e8025a13 (diff) | |
| download | emacs-1ab766fd5814ee30d810fb82c0db6eb66320ec3d.tar.gz 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.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." | |||
| 266 | :version "27.1") | 266 | :version "27.1") |
| 267 | 267 | ||
| 268 | (defcustom tab-bar-new-button-show t | 268 | (defcustom tab-bar-new-button-show t |
| 269 | "Defines whether to show the new tab button." | 269 | "If non-nil, show the \"New tab\" button in the tab bar. |
| 270 | When this is nil, you can create new tabs with \\[tab-new]." | ||
| 270 | :type 'boolean | 271 | :type 'boolean |
| 271 | :initialize 'custom-initialize-default | 272 | :initialize 'custom-initialize-default |
| 272 | :set (lambda (sym val) | 273 | :set (lambda (sym val) |