# HG changeset patch # User Juanma Barranquero # Date 1180997242 0 # Node ID 838cb617af0fc6e753d413ded6797adb571341ef # Parent 3f871c5f33577087a6eacb6e88ecef78cafff1b4 (Fshrink_window): Reflow docstring. diff -r 3f871c5f3357 -r 838cb617af0f src/window.c --- a/src/window.c Mon Jun 04 20:42:53 2007 +0000 +++ b/src/window.c Mon Jun 04 22:47:22 2007 +0000 @@ -4110,8 +4110,8 @@ DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", doc: /* Make current window ARG lines smaller. From program, optional second arg non-nil means shrink sideways arg columns. -Interactively, if an argument is not given, make the window one line smaller. Only -siblings to the right or below are changed. */) +Interactively, if an argument is not given, make the window one line smaller. +Only siblings to the right or below are changed. */) (arg, side) Lisp_Object arg, side; {