]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fshrink_window): Reflow docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jun 2007 22:50:02 +0000 (22:50 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jun 2007 22:50:02 +0000 (22:50 +0000)
src/ChangeLog
src/window.c

index a6b4c8a59b6ab4d4fba244a1a23aa53f64916c41..d0d52031f4ff3f481708e1b1169561abb91c8f38 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 562f471de36f0d6248350933264a69823790b5de..54c70bb569de1ebc8c0a4ce79938cfba25eebfe8 100644 (file)
@@ -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;
 {