comparison doc/lispref/windows.texi @ 98960:3240f5341524

(Resizing Windows): Minor wording fix.
author Martin Rudalics <rudalics@gmx.at>
date Tue, 21 Oct 2008 09:19:20 +0000
parents e3bf6a4e1aa6
children da79c29252c4
comparison
equal deleted inserted replaced
98959:c1ca00a5b81d 98960:3240f5341524
2080 @code{window-size-fixed}, see below), they are left untouched while 2080 @code{window-size-fixed}, see below), they are left untouched while
2081 other windows are ``robbed.'' If it would be necessary to alter the 2081 other windows are ``robbed.'' If it would be necessary to alter the
2082 size of a fixed-size window, @code{enlarge-window} gets an error 2082 size of a fixed-size window, @code{enlarge-window} gets an error
2083 instead. 2083 instead.
2084 2084
2085 If @var{size} is negative, this function shrinks the window by 2085 If @var{size} is negative, this function shrinks the selected window by
2086 @minus{}@var{size} lines or columns. If that makes the window smaller 2086 @minus{}@var{size} lines or columns. If that makes the window smaller
2087 than the minimum size (@code{window-min-height} and 2087 than the minimum size (@code{window-min-height} and
2088 @code{window-min-width}), @code{enlarge-window} deletes the window. 2088 @code{window-min-width}), @code{enlarge-window} deletes the window.
2089 2089
2090 @code{enlarge-window} returns @code{nil}. 2090 @code{enlarge-window} returns @code{nil}.