From: Martin Rudalics Date: Tue, 21 Oct 2008 09:19:37 +0000 (+0000) Subject: (Resizing Windows): Minor wording fix. X-Git-Tag: emacs-pretest-23.0.90~2315 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10e187e823fc68c10d80c5015238d8cb150cea09;p=emacs.git (Resizing Windows): Minor wording fix. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4effa167368..576e76e8923 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2008-10-21 Martin Rudalics + + * windows.texi (Resizing Windows): Minor wording fix. + 2008-10-20 Eli Zaretskii * processes.texi (Shell Arguments): Document `split-string-and-unquote' diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 8078925586b..4ca2d754365 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -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.