aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2026-02-26 10:22:11 +0100
committerMartin Rudalics2026-02-26 10:22:11 +0100
commitcbd437f792105e542cd44abe18704d3b62cb6d58 (patch)
treed553dff9b216b0588859c957290c7dfc7ce00a4e
parent9d63a329e734c81938614f1277d88bbf00f6e660 (diff)
downloademacs-master.tar.gz
emacs-master.zip
; Fix doc-string of 'window-combination-resize'HEADmaster
* src/window.c (syms_of_window): Fix doc-string of 'window-combination-resize'.
-rw-r--r--src/window.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/window.c b/src/window.c
index c4f2e4e491f..3a1d1cb069a 100644
--- a/src/window.c
+++ b/src/window.c
@@ -9440,10 +9440,10 @@ for displaying the new window from the window to split. Deleting and
9440resizing a window preferably resizes one adjacent window only. 9440resizing a window preferably resizes one adjacent window only.
9441 9441
9442If this variable is t, splitting a window tries to get the space 9442If this variable is t, splitting a window tries to get the space
9443proportionally from all windows in the same combination. This also 9443proportionally from all windows in the same combination. This means
9444allows splitting a window that is otherwise too small or of fixed size. 9444that one can also split a window that is otherwise too small or of fixed
9445Resizing and deleting a window proportionally resize all windows in the 9445size. Resizing and deleting a window then proportionally resizes all
9446same combination. 9446windows in the same combination.
9447 9447
9448Other values are reserved for future use. 9448Other values are reserved for future use.
9449 9449