Mercurial > emacs
diff src/window.c @ 81115:1c6d21474ca9
(Fshrink_window): Reflow docstring.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 01 Jun 2007 10:57:37 +0000 |
| parents | 223bb8e66f74 |
| children | d3aae5f80fb1 cc587bfd19ca e9f94688a064 |
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; {
