Mercurial > emacs
changeset 67329:592593be8c56
(Resizing Windows): Delete preserve-before args.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 06 Dec 2005 02:05:25 +0000 |
parents | 97a5b7b69235 |
children | a0ed2cb60ba3 |
files | lispref/windows.texi |
diffstat | 1 files changed, 2 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/windows.texi Tue Dec 06 02:03:23 2005 +0000 +++ b/lispref/windows.texi Tue Dec 06 02:05:25 2005 +0000 @@ -1966,7 +1966,7 @@ window size. Emacs does not permit overlapping windows or gaps between windows, so resizing one window affects other windows. -@deffn Command enlarge-window size &optional horizontal preserve-before +@deffn Command enlarge-window size &optional horizontal This function makes the selected window @var{size} lines taller, stealing lines from neighboring windows. It takes the lines from one window at a time until that window is used up, then takes from another. @@ -1989,11 +1989,6 @@ size of a fixed-size window, @code{enlarge-window} gets an error instead. -If @var{preserve-before} is non-@code{nil}, this function does not -change the size of the siblings above or to the left of the selected -window. Only the size of the siblings below or to the right of the -selected window are changed. - If @var{size} is negative, this function shrinks the window by @minus{}@var{size} lines or columns. If that makes the window smaller than the minimum size (@code{window-min-height} and @@ -2015,7 +2010,7 @@ @end example @end deffn -@deffn Command shrink-window size &optional horizontal preserve-before +@deffn Command shrink-window size &optional horizontal This function is like @code{enlarge-window} but negates the argument @var{size}, making the selected window smaller by giving lines (or columns) to the other windows. If the window shrinks below