(Fshrink_window): Reflow docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 1 Jun 2007 11:00:57 +0000 (11:00 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 1 Jun 2007 11:00:57 +0000 (11:00 +0000)
src/ChangeLog
src/window.c

index a267461..aee8003 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
+
+       * window.c (Fshrink_window): Reflow docstring.
+
 2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * xfns.c (x_set_name_internal): Save encoded name before
 2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * xfaces.c (syms_of_xfaces): Delete stray semicolon.
-       * xdisp.c (next_element_from_buffer): 
-       * window.c (delete_window): 
-       * term.c (term_mouse_highlight): 
-       * msdos.c (getdefdir): 
+       * xdisp.c (next_element_from_buffer):
+       * window.c (delete_window):
+       * term.c (term_mouse_highlight):
+       * msdos.c (getdefdir):
        * macterm.c (mac_create_bitmap_from_bitmap_data)
-       (init_font_name_table): 
-       * fns.c (Fsxhash): 
-       * data.c (Fmake_local_variable): 
+       (init_font_name_table):
+       * fns.c (Fsxhash):
+       * data.c (Fmake_local_variable):
        * ccl.c (ccl_driver): Likewise.
 
 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
@@ -49,7 +53,7 @@
 
        * image.c (uncache_image): Fix typo.
 
-2007-05-23  Johannes Weiner <hannes@saeurebad.de> (tiny change)
+2007-05-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
 
        * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
 
 
 2007-05-07  Andreas Schwab  <schwab@suse.de>
 
-       * keymap.c (Flookup_key): Fix typo in last change. 
+       * keymap.c (Flookup_key): Fix typo in last change.
 
 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index d619456..8a5137f 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;
 {