summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-11-07 20:05:38 +0200
committerJuri Linkov <juri@linkov.net>2022-11-07 20:05:38 +0200
commit80c3fadfd57ee797404c80b8e88371c53edecfe5 (patch)
tree7929006dbe61556b2dae86a01763c1b224c33ca2
parentd04433b96215d7d3387573f19cc315de86f2341a (diff)
downloademacs-80c3fadfd57ee797404c80b8e88371c53edecfe5.tar.gz
; * lisp/tab-bar.el (tab-bar-auto-width): Remaining renaming in docstring.
-rw-r--r--lisp/tab-bar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index d3735c6d771..cdea856ac23 100644
--- a/lisp/tab-bar.el
+++ b/lisp/tab-bar.el
@@ -980,9 +980,9 @@ when the frame's dimensions change. This also avoids as much as
possible wrapping a long tab bar to a second tab-bar line.
The automatic resizing of tabs takes place as long as tabs are no
-wider than allowed by the value of `tab-bar-fixed-width-max', and
+wider than allowed by the value of `tab-bar-auto-width-max', and
at least as wide as specified by the value of
-`tab-bar-fixed-width-min'.
+`tab-bar-auto-width-min'.
When this variable is nil, the width of each tab is determined by the
length of the tab's name."