Mercurial > emacs
changeset 98960:3240f5341524
(Resizing Windows): Minor wording fix.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Tue, 21 Oct 2008 09:19:20 +0000 |
parents | c1ca00a5b81d |
children | 85eb1353b004 |
files | doc/lispref/windows.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/windows.texi Tue Oct 21 08:40:40 2008 +0000 +++ b/doc/lispref/windows.texi Tue Oct 21 09:19:20 2008 +0000 @@ -2082,7 +2082,7 @@ size of a fixed-size window, @code{enlarge-window} gets an error instead. -If @var{size} is negative, this function shrinks the window by +If @var{size} is negative, this function shrinks the selected window by @minus{}@var{size} lines or columns. If that makes the window smaller than the minimum size (@code{window-min-height} and @code{window-min-width}), @code{enlarge-window} deletes the window.