Mercurial > emacs
changeset 77883:838cb617af0f
(Fshrink_window): Reflow docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 04 Jun 2007 22:47:22 +0000 |
parents | 3f871c5f3357 |
children | 6e26057dc7da |
files | src/window.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Mon Jun 04 20:42:53 2007 +0000 +++ b/src/window.c Mon Jun 04 22:47:22 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; {