/[emacs]/emacs/lispref/windows.texi
ViewVC logotype

Diff of /emacs/lispref/windows.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.91 by rms, Sun Nov 27 19:27:13 2005 UTC revision 1.92 by rms, Tue Dec 6 02:05:25 2005 UTC
# Line 1966  that change the size of windows and low- Line 1966  that change the size of windows and low-
1966  window size.  Emacs does not permit overlapping windows or gaps between  window size.  Emacs does not permit overlapping windows or gaps between
1967  windows, so resizing one window affects other windows.  windows, so resizing one window affects other windows.
1968    
1969  @deffn Command enlarge-window size &optional horizontal preserve-before  @deffn Command enlarge-window size &optional horizontal
1970  This function makes the selected window @var{size} lines taller,  This function makes the selected window @var{size} lines taller,
1971  stealing lines from neighboring windows.  It takes the lines from one  stealing lines from neighboring windows.  It takes the lines from one
1972  window at a time until that window is used up, then takes from another.  window at a time until that window is used up, then takes from another.
# Line 1989  other windows are ``robbed.''  If it wou Line 1989  other windows are ``robbed.''  If it wou
1989  size of a fixed-size window, @code{enlarge-window} gets an error  size of a fixed-size window, @code{enlarge-window} gets an error
1990  instead.  instead.
1991    
 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.  
   
1992  If @var{size} is negative, this function shrinks the window by  If @var{size} is negative, this function shrinks the window by
1993  @minus{}@var{size} lines or columns.  If that makes the window smaller  @minus{}@var{size} lines or columns.  If that makes the window smaller
1994  than the minimum size (@code{window-min-height} and  than the minimum size (@code{window-min-height} and
# Line 2015  It could be defined as follows: Line 2010  It could be defined as follows:
2010  @end example  @end example
2011  @end deffn  @end deffn
2012    
2013  @deffn Command shrink-window size &optional horizontal preserve-before  @deffn Command shrink-window size &optional horizontal
2014  This function is like @code{enlarge-window} but negates the argument  This function is like @code{enlarge-window} but negates the argument
2015  @var{size}, making the selected window smaller by giving lines (or  @var{size}, making the selected window smaller by giving lines (or
2016  columns) to the other windows.  If the window shrinks below  columns) to the other windows.  If the window shrinks below

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26