From: Juanma Barranquero Date: Mon, 4 Jun 2007 22:50:02 +0000 (+0000) Subject: (Fshrink_window): Reflow docstring. X-Git-Tag: emacs-pretest-22.1.90~1456 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56a94c1e3780d4b85aa4754698ccc8edf9c8a823;p=emacs.git (Fshrink_window): Reflow docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index a6b4c8a59b6..d0d52031f4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-06-04 Juanma Barranquero + + * window.c (Fshrink_window): Reflow docstring. + 2007-06-02 Chong Yidong * Version 22.1 released. diff --git a/src/window.c b/src/window.c index 562f471de36..54c70bb569d 100644 --- a/src/window.c +++ b/src/window.c @@ -4110,8 +4110,8 @@ too small. */) 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; {