]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust quit-window-hook documentation
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 21 Aug 2019 20:22:56 +0000 (13:22 -0700)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 21 Aug 2019 20:22:56 +0000 (13:22 -0700)
* doc/lispref/windows.texi (Quitting Windows): Adjust
documentation of quit-window-hook (bug#9867).

doc/lispref/windows.texi

index 157f004cf3f5a14e7681c63cff1f8bf3c12d4cb3..39d3960c9a23a4ebad1440a0f1230d44610fdd82 100644 (file)
@@ -4034,6 +4034,10 @@ This command quits @var{window} and buries its buffer.  The argument
 With prefix argument @var{kill} non-@code{nil}, it kills the buffer
 instead of burying it.  It calls the function @code{quit-restore-window}
 described next to deal with the window and its buffer.
+
+@vindex quit-window-hook
+The functions in @code{quit-window-hook} are run before doing anything
+else.
 @end deffn
 
 @defun quit-restore-window &optional window bury-or-kill
@@ -4043,10 +4047,6 @@ the selected one. The function's behavior is determined by the four
 elements of the list specified by @var{window}'s @code{quit-restore}
 parameter (@pxref{Window Parameters}).
 
-@vindex quit-window-hook
-The functions in @code{quit-window-hook} are run before doing anything
-else.
-
 The first element of the @code{quit-restore} parameter is one of the
 symbols @code{window}, meaning that the window has been specially
 created by @code{display-buffer}; @code{frame}, a separate frame has