emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fd45b3f: Spelling and clarity fixes


From: Paul Eggert
Subject: [Emacs-diffs] master fd45b3f: Spelling and clarity fixes
Date: Mon, 10 Oct 2016 14:58:51 +0000 (UTC)

branch: master
commit fd45b3f604cd52c17bd32fe27c425bc79545f52c
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Spelling and clarity fixes
---
 doc/lispref/windows.texi |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 2d340e3..8140c21 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 address@hidden 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
address@hidden value:
 
 @defvar ignore-window-parameters
 If this variable is address@hidden, 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]