aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-01 11:00:57 +0000
committerJuanma Barranquero2007-06-01 11:00:57 +0000
commit4797b6d98ab74536b6651aad7cbbbe8ef78be600 (patch)
tree2cb7ea2354673f97adcdccea5129335f2cc42500 /src/window.c
parent773933d371315e101ad9d9ff5388df52bc3efeb3 (diff)
downloademacs-4797b6d98ab74536b6651aad7cbbbe8ef78be600.tar.gz
emacs-4797b6d98ab74536b6651aad7cbbbe8ef78be600.zip
(Fshrink_window): Reflow docstring.
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 d6194565253..8a5137f2044 100644
--- a/src/window.c
+++ b/src/window.c
@@ -4110,8 +4110,8 @@ too small. */)
4110DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", 4110DEFUN ("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.
4112From program, optional second arg non-nil means shrink sideways arg columns. 4112From program, optional second arg non-nil means shrink sideways arg columns.
4113Interactively, if an argument is not given, make the window one line smaller. Only 4113Interactively, if an argument is not given, make the window one line smaller.
4114siblings to the right or below are changed. */) 4114Only 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{