diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index 90fdbf6c9b5..70cb04fa63d 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -4112,8 +4112,8 @@ too small. */) | |||
| 4112 | DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", | 4112 | DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", |
| 4113 | doc: /* Make current window ARG lines smaller. | 4113 | doc: /* Make current window ARG lines smaller. |
| 4114 | From program, optional second arg non-nil means shrink sideways arg columns. | 4114 | From program, optional second arg non-nil means shrink sideways arg columns. |
| 4115 | Interactively, if an argument is not given, make the window one line smaller. Only | 4115 | Interactively, if an argument is not given, make the window one line smaller. |
| 4116 | siblings to the right or below are changed. */) | 4116 | Only siblings to the right or below are changed. */) |
| 4117 | (arg, side) | 4117 | (arg, side) |
| 4118 | Lisp_Object arg, side; | 4118 | Lisp_Object arg, side; |
| 4119 | { | 4119 | { |