]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorEli Zaretskii <eliz@gnu.org>
Sun, 23 Feb 2025 10:25:14 +0000 (12:25 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Feb 2025 09:31:48 +0000 (10:31 +0100)
* src/frame.c (syms_of_frame) <frame-inhibit-implied-resize>:
* doc/lispref/frames.texi (Implied Frame Resizing): Don't use
passive voice.  (Bug#76275)

(cherry picked from commit 70b15c5174e147c25f4cf71f7c94ee72a8839393)

doc/lispref/frames.texi
src/frame.c

index c6870f3ff28f919bc71e415086ff2830edc4e6e8..8afb2c75ff281a369767f0b42bc92e6ef380361e 100644 (file)
@@ -1249,16 +1249,16 @@ resizing with the following option:
 If this option is @code{nil}, changing a frame's font, menu bar, tool
 bar, internal borders, fringes or scroll bars may resize its outer frame
 in order to keep the number of columns or lines of its text area
-unaltered.  If this option is @code{t}, no such resizing is done once a
-frame has obtained its initial size.  If this is the symbol
-@code{force}, no implicit resizing is done whenever a new frame is made.
+unaltered.  If this option is @code{t}, no such resizing happens once a
+frame has obtained its initial size.  If the value is the symbol
+@code{force}, no implicit resizing happens whenever a new frame is made.
 The latter can be useful with tiling window managers where the initial
 size of a frame is determined by external means.
 
 The value of this option can be also a list of frame parameters.  In
-that case, implied resizing is inhibited for the change of a parameter
-that appears in this list.  Parameters currently handled by this
-option are @code{font}, @code{font-backend},
+that case, implied resizing is inhibited for the change of the
+parameters that appear in this list.  Parameters currently handled by
+this option are @code{font}, @code{font-backend},
 @code{internal-border-width}, @code{menu-bar-lines} and
 @code{tool-bar-lines}.
 
index f3b76320cb466cbf321090a648086528ca521c20..d2c6f01168ec7b1d0c2213f392de03c5a9685a1c 100644 (file)
@@ -7113,9 +7113,9 @@ a non-nil value in your init file.  */);
 If this option is nil, setting font, menu bar, tool bar, tab bar,
 internal borders, fringes or scroll bars of a specific frame may resize
 the frame in order to preserve the number of columns or lines it
-displays.  If this option is t, no such resizing is done once a frame
+displays.  If this option is t, no such resizing happens once a frame
 has got its initial size.  If this is the symbol `force', no implicit
-resizing is done whenever a new frame is made.  This can be useful with
+resizing happens whenever a new frame is made.  This can be useful with
 tiling window managers where the initial size of a frame is determined
 by external means.