Adjust quit-window-hook documentation

* doc/lispref/windows.texi (Quitting Windows): Adjust
documentation of quit-window-hook (bug#9867).
This commit is contained in:
Lars Ingebrigtsen 2019-08-21 13:22:56 -07:00
parent ab9cb08ebb
commit b60bdfcd4c

View 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