(Resizing Windows): Minor wording fix.

This commit is contained in:
Martin Rudalics 2008-10-21 09:19:37 +00:00
parent a93110ca8a
commit 10e187e823
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-10-21 Martin Rudalics <rudalics@gmx.at>
* windows.texi (Resizing Windows): Minor wording fix.
2008-10-20 Eli Zaretskii <eliz@gnu.org>
* processes.texi (Shell Arguments): Document `split-string-and-unquote'

View file

@ -2082,7 +2082,7 @@ other windows are ``robbed.'' If it would be necessary to alter the
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.