diff options
| author | Paul Eggert | 2016-01-30 11:43:26 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-30 11:43:26 -0800 |
| commit | cb4e054e41cdb7e398351a5ae8224759e721349e (patch) | |
| tree | ae2bec4f10425bd61e2a90563edc178d382bb4b8 /src/window.c | |
| parent | e6d575316a42946aac6d83c9587f09afd1a59d98 (diff) | |
| parent | 60902756b0d794b16b9c1c67c4c40a3ac04d1c1b (diff) | |
| download | emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.tar.gz emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.zip | |
-
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 70b7e58feb5..e1a30ee5714 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -7261,7 +7261,7 @@ resizing a window preferably resizes one adjacent window only. | |||
| 7261 | 7261 | ||
| 7262 | If this variable is t, splitting a window tries to get the space | 7262 | If this variable is t, splitting a window tries to get the space |
| 7263 | proportionally from all windows in the same combination. This also | 7263 | proportionally from all windows in the same combination. This also |
| 7264 | allows to split a window that is otherwise too small or of fixed size. | 7264 | allows splitting a window that is otherwise too small or of fixed size. |
| 7265 | Resizing and deleting a window proportionally resize all windows in the | 7265 | Resizing and deleting a window proportionally resize all windows in the |
| 7266 | same combination. | 7266 | same combination. |
| 7267 | 7267 | ||