diff options
| author | Martin Rudalics | 2026-02-26 10:22:11 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2026-02-26 10:22:11 +0100 |
| commit | cbd437f792105e542cd44abe18704d3b62cb6d58 (patch) | |
| tree | d553dff9b216b0588859c957290c7dfc7ce00a4e | |
| parent | 9d63a329e734c81938614f1277d88bbf00f6e660 (diff) | |
| download | emacs-master.tar.gz emacs-master.zip | |
* src/window.c (syms_of_window): Fix doc-string of
'window-combination-resize'.
| -rw-r--r-- | src/window.c | 8 |
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 | |||
| 9440 | resizing a window preferably resizes one adjacent window only. | 9440 | resizing a window preferably resizes one adjacent window only. |
| 9441 | 9441 | ||
| 9442 | If this variable is t, splitting a window tries to get the space | 9442 | If this variable is t, splitting a window tries to get the space |
| 9443 | proportionally from all windows in the same combination. This also | 9443 | proportionally from all windows in the same combination. This means |
| 9444 | allows splitting a window that is otherwise too small or of fixed size. | 9444 | that one can also split a window that is otherwise too small or of fixed |
| 9445 | Resizing and deleting a window proportionally resize all windows in the | 9445 | size. Resizing and deleting a window then proportionally resizes all |
| 9446 | same combination. | 9446 | windows in the same combination. |
| 9447 | 9447 | ||
| 9448 | Other values are reserved for future use. | 9448 | Other values are reserved for future use. |
| 9449 | 9449 | ||