From 80c3fadfd57ee797404c80b8e88371c53edecfe5 Mon Sep 17 00:00:00 2001
From: Juri Linkov <juri@linkov.net>
Date: Mon, 7 Nov 2022 20:05:38 +0200
Subject: [PATCH] ; * lisp/tab-bar.el (tab-bar-auto-width): Remaining renaming
 in docstring.

---
 lisp/tab-bar.el | 4 ++--
 1 file 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."
-- 
2.39.5