From: Juri Linkov Date: Mon, 7 Nov 2022 18:05:38 +0000 (+0200) Subject: ; * lisp/tab-bar.el (tab-bar-auto-width): Remaining renaming in docstring. X-Git-Tag: emacs-29.0.90~1616^2~246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80c3fadfd57ee797404c80b8e88371c53edecfe5;p=emacs.git ; * lisp/tab-bar.el (tab-bar-auto-width): Remaining renaming in docstring. --- 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."