emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 be860c1: Fix manual entry of 'quit-restore-window' (Bug#52328)


From: Martin Rudalics
Subject: emacs-28 be860c1: Fix manual entry of 'quit-restore-window' (Bug#52328)
Date: Thu, 9 Dec 2021 04:01:45 -0500 (EST)

branch: emacs-28
commit be860c1385afaf3dec6edf8872448a3349ad716f
Author: Martin Rudalics <rudalics@gmx.at>
Commit: Martin Rudalics <rudalics@gmx.at>

    Fix manual entry of 'quit-restore-window' (Bug#52328)
    
    * doc/lispref/windows.texi (Quitting Windows): Fix bug in
    description of 'quit-restore-window' (Bug#52328).
---
 doc/lispref/windows.texi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index a3a37bc..54a5bce 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -4262,12 +4262,12 @@ deleted unconditionally.  Otherwise, the fate of the 
frame is
 determined by calling @code{frame-auto-hide-function} (see below) with
 that frame as sole argument.
 
-If the third element of the @code{quit-restore} parameter is a list of
-buffer, window start (@pxref{Window Start and End}), and point
-(@pxref{Window Point}), and that buffer is still live, the buffer will
-be displayed, and start and point set accordingly.  If, in addition,
-@var{window}'s buffer was temporarily resized, this function will also
-try to restore the original height of @var{window}.
+If the second element of the @code{quit-restore} parameter is a list
+of a buffer, a window start (@pxref{Window Start and End}) and a
+window point (@pxref{Window Point}), and that buffer is still live,
+the buffer will be displayed, and start and point set accordingly.
+If, in addition, @var{window}'s buffer was temporarily resized, this
+function will also try to restore the original height of @var{window}.
 
 Otherwise, if @var{window} was previously used for displaying other
 buffers (@pxref{Window History}), the most recent buffer in that



reply via email to

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