Mercurial > emacs
changeset 81115:1c6d21474ca9
(Fshrink_window): Reflow docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 01 Jun 2007 10:57:37 +0000 |
parents | e0737dd47e02 |
children | ceebb83a3fc6 |
files | src/window.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Fri Jun 01 05:01:56 2007 +0000 +++ b/src/window.c Fri Jun 01 10:57:37 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; {