summaryrefslogtreecommitdiff
path: root/doc/lispref/windows.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-10-10 07:58:18 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-10-10 07:58:45 -0700
commitfd45b3f604cd52c17bd32fe27c425bc79545f52c (patch)
tree01385776264ecf05ae678bd8f08bcd87c7335bcb /doc/lispref/windows.texi
parent46b83c0f08f936eb1a0ae761db557169fe295cc7 (diff)
downloademacs-fd45b3f604cd52c17bd32fe27c425bc79545f52c.tar.gz
emacs-fd45b3f604cd52c17bd32fe27c425bc79545f52c.tar.bz2
emacs-fd45b3f604cd52c17bd32fe27c425bc79545f52c.zip
Spelling and clarity fixes
Diffstat (limited to 'doc/lispref/windows.texi')
-rw-r--r--doc/lispref/windows.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 2d340e34cd5..8140c21f6f3 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -4630,8 +4630,9 @@ may fail with an @code{invalid-read-syntax} error.
Some functions (notably @code{delete-window},
@code{delete-other-windows} and @code{split-window}), may behave
specially when the window specified by their @var{window} argument has
-the homonymous parameter set. You can override such special behavior by
-binding the following variable to a non-@code{nil} value:
+a parameter whose name is equal to the function's name. You can
+override such special behavior by binding the following variable to a
+non-@code{nil} value:
@defvar ignore-window-parameters
If this variable is non-@code{nil}, some standard functions do not
@@ -4737,7 +4738,7 @@ applications. It might be replaced by an improved solution in future
versions of Emacs.
@end table
-The @code{window-atom} parameter is used for implemeting atomic windows.
+The @code{window-atom} parameter is used for implementing atomic windows.
@node Window Hooks