From b2ce96bd358a1f7ab70f09ec77b1fa69e61aa70e Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:25:54 -0400 Subject: DOCS/options: clarify --autofit-larger effect Clarify that --autofit-larger sets the maximum size of the window. The original wording was not written with runtime change in mind, so the implication of "not changing size" is ambiguous. --- DOCS/man/options.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 100fc0482b..581e0c95b7 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -3358,8 +3358,8 @@ Window of the screen width, or higher than 60% of the screen height. ``--autofit-larger=<[W[xH]]>`` - This option behaves exactly like ``--autofit``, except the window size is - only changed if the window would be larger than the specified size. + This option behaves exactly like ``--autofit``, except that it sets the + maximum size of the window. .. admonition:: Example -- cgit v1.2.3