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 562f471de36..54c70bb569d 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -4110,8 +4110,8 @@ too small. */) | |||
| 4110 | DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", | 4110 | DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", |
| 4111 | doc: /* Make current window ARG lines smaller. | 4111 | doc: /* Make current window ARG lines smaller. |
| 4112 | From program, optional second arg non-nil means shrink sideways arg columns. | 4112 | From program, optional second arg non-nil means shrink sideways arg columns. |
| 4113 | Interactively, if an argument is not given, make the window one line smaller. Only | 4113 | Interactively, if an argument is not given, make the window one line smaller. |
| 4114 | siblings to the right or below are changed. */) | 4114 | Only siblings to the right or below are changed. */) |
| 4115 | (arg, side) | 4115 | (arg, side) |
| 4116 | Lisp_Object arg, side; | 4116 | Lisp_Object arg, side; |
| 4117 | { | 4117 | { |