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:
parent
6e04fc9856
commit
56a94c1e37
@ -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.
|
||||
|
@ -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;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user