1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(Fshrink_window): Reflow docstring.

This commit is contained in:
Juanma Barranquero 2007-06-04 22:50:02 +00:00
parent 6e04fc9856
commit 56a94c1e37
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-06-04 Juanma Barranquero <lekktu@gmail.com>
* window.c (Fshrink_window): Reflow docstring.
2007-06-02 Chong Yidong <cyd@stupidchicken.com>
* Version 22.1 released.

View 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;
{