diff src/window.c @ 77883:838cb617af0f

(Fshrink_window): Reflow docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 04 Jun 2007 22:47:22 +0000
parents 91cecb8739e7
children 2fd30dc1a157
line wrap: on
line diff
--- 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;
 {