aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
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. */)
4112DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", 4112DEFUN ("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.
4114From program, optional second arg non-nil means shrink sideways arg columns. 4114From program, optional second arg non-nil means shrink sideways arg columns.
4115Interactively, if an argument is not given, make the window one line smaller. Only 4115Interactively, if an argument is not given, make the window one line smaller.
4116siblings to the right or below are changed. */) 4116Only 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{