emacs-diffs
[Top][All Lists]
Advanced

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

master 56e21ab: ; Improve delete-window-choose-selected documentation


From: Robert Pluim
Subject: master 56e21ab: ; Improve delete-window-choose-selected documentation
Date: Fri, 11 Jun 2021 05:33:28 -0400 (EDT)

branch: master
commit 56e21ab2e1bf4836573acfeb1e36716526a183b9
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    ; Improve delete-window-choose-selected documentation
    
    * doc/lispref/windows.texi (Deleting Windows): Improve
    delete-window-choose-selected documentation.
---
 doc/lispref/windows.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 6792d1b..3b6f74b 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -1320,23 +1320,23 @@ Parameters}.
 
 When @code{delete-window} deletes the selected window of its frame, it
 has to make another window the new selected window of that frame.  The
-following option allows to choose which window gets selected instead.
+following option allows configuring which window is chosen.
 
 @defopt delete-window-choose-selected
-This option allows to specify which window should become a frame's
+This option allows specifying which window should become a frame's
 selected window after @code{delete-window} has deleted the previously
 selected one.  Possible choices are
 
 @itemize
 @item @code{mru}
-(the default) to choose the most recently used window on that frame.
+(the default) choose the most recently used window on that frame.
 
 @item @code{pos}
-to choose the window comprising the frame coordinates of point of the
+choose the window comprising the frame coordinates of point of the
 previously selected window on that frame.
 
 @item @code{nil}
-to choose the first window (the window returned by
+choose the first window (the window returned by
 @code{frame-first-window}) on that frame.
 @end itemize
 



reply via email to

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