]> git.eshelyaron.com Git - emacs.git/commitdiff
(Resizing Windows): Minor wording fix.
authorMartin Rudalics <rudalics@gmx.at>
Tue, 21 Oct 2008 09:19:37 +0000 (09:19 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 21 Oct 2008 09:19:37 +0000 (09:19 +0000)
doc/lispref/ChangeLog
doc/lispref/windows.texi

index 4effa167368e6f0c4ac19c489962a86ea497720a..576e76e892379825a288e5b9f6c110c7c615ff14 100644 (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'
index 8078925586bb1ac19b1895f9150bf4b11de61af2..4ca2d754365c1789148bc547833d8cbd98cc3bd3 100644 (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.