]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/tab-bar.el (tab-bar-auto-width): Remaining renaming in docstring.
authorJuri Linkov <juri@linkov.net>
Mon, 7 Nov 2022 18:05:38 +0000 (20:05 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 7 Nov 2022 18:05:38 +0000 (20:05 +0200)
lisp/tab-bar.el

index d3735c6d7710ae28f0b00a9150446ad7654166ce..cdea856ac238ba9fa392eb71e4a73e95563ef937 100644 (file)
@@ -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."