From 4797b6d98ab74536b6651aad7cbbbe8ef78be600 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 1 Jun 2007 11:00:57 +0000 Subject: [PATCH] (Fshrink_window): Reflow docstring. --- src/ChangeLog | 22 +++++++++++++--------- src/window.c | 4 ++-- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index a267461ad64..aee80035f9d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-06-01 Juanma Barranquero + + * window.c (Fshrink_window): Reflow docstring. + 2007-06-01 YAMAMOTO Mitsuharu * xfns.c (x_set_name_internal): Save encoded name before @@ -30,14 +34,14 @@ 2007-05-26 Dan Nicolaescu * 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 @@ -49,7 +53,7 @@ * image.c (uncache_image): Fix typo. -2007-05-23 Johannes Weiner (tiny change) +2007-05-23 Johannes Weiner (tiny change) * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too. @@ -172,7 +176,7 @@ 2007-05-07 Andreas Schwab - * keymap.c (Flookup_key): Fix typo in last change. + * keymap.c (Flookup_key): Fix typo in last change. 2007-05-07 Stefan Monnier diff --git a/src/window.c b/src/window.c index d6194565253..8a5137f2044 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; { -- 2.39.2