diff options
author | Glenn Morris <rgm@gnu.org> | 2018-02-16 14:11:51 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-02-16 14:11:51 -0500 |
commit | 35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (patch) | |
tree | 72d38d15175fdce1ed8cb25e3fd24db05b623cf9 /doc/lispref/windows.texi | |
parent | a06a8ed5b66883202ae7182471570dfcabcea973 (diff) | |
download | emacs-35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24.tar.gz emacs-35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24.tar.bz2 emacs-35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24.zip |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'doc/lispref/windows.texi')
-rw-r--r-- | doc/lispref/windows.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 5ab6d6ee6a4..687d5971920 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -862,7 +862,7 @@ If the optional argument @var{pixelwise} is non-@code{nil}, A positive @var{delta} moves the edge downwards or to the right; a negative @var{delta} moves it upwards or to the left. If the edge cannot be moved as far as specified by @var{delta}, this function -moves it as far as possible but does not signal a error. +moves it as far as possible but does not signal an error. This function tries to resize windows adjacent to the edge that is moved. If this is not possible for some reason (e.g., if that adjacent |