summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2021-01-07 20:08:44 +0200
committerJuri Linkov <juri@linkov.net>2021-01-07 20:08:44 +0200
commitcd56406b621bebff484a2978662c98f7689540bf (patch)
tree3a03bb005362792f4c0a1b7e4c08b62383424443 /etc
parentc0ca9359179071cc634adc0efd4523907b1e2e74 (diff)
downloademacs-cd56406b621bebff484a2978662c98f7689540bf.tar.gz
* lisp/tab-bar.el: Improve tab-bar-show (bug#45556)
* lisp/tab-bar.el (tab-bar-show): Change :set lambda to update all frames. Improve docstring.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 14d6b45c929..eaaf9bfb0ef 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -412,8 +412,8 @@ value of 'tab-bar-show'.
---
*** New command 'toggle-frame-tab-bar'.
-It can be used to enable/disable the tab bar individually
-on each frame independently from the state of `tab-bar-mode'.
+It can be used to enable/disable the tab bar individually on each frame
+independently from the value of 'tab-bar-mode' and 'tab-bar-show'.
---
*** New user option 'tab-bar-tab-name-format-function'.