mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-26 01:40:53 -08:00
(Fshrink_window): Reflow docstring.
This commit is contained in:
parent
6e04fc9856
commit
56a94c1e37
2 changed files with 6 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue