+2007-06-04 Juanma Barranquero <lekktu@gmail.com>
+
+ * window.c (Fshrink_window): Reflow docstring.
+
2007-06-02 Chong Yidong <cyd@stupidchicken.com>
* Version 22.1 released.
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;
{