diff options
| author | Martin Rudalics | 2008-10-21 09:19:37 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-10-21 09:19:37 +0000 |
| commit | 10e187e823fc68c10d80c5015238d8cb150cea09 (patch) | |
| tree | d75441c4cff73fc010210e982fbd7a83ab3171ab | |
| parent | a93110ca8ab51839c0868a27fdb49e0110d967b4 (diff) | |
| download | emacs-10e187e823fc68c10d80c5015238d8cb150cea09.tar.gz emacs-10e187e823fc68c10d80c5015238d8cb150cea09.zip | |
(Resizing Windows): Minor wording fix.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 2 |
2 files changed, 5 insertions, 1 deletions
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 @@ | |||
| 1 | 2008-10-21 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * windows.texi (Resizing Windows): Minor wording fix. | ||
| 4 | |||
| 1 | 2008-10-20 Eli Zaretskii <eliz@gnu.org> | 5 | 2008-10-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * processes.texi (Shell Arguments): Document `split-string-and-unquote' | 7 | * 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 | |||
| 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. |