From: Lars Ingebrigtsen Date: Wed, 21 Aug 2019 20:22:56 +0000 (-0700) Subject: Adjust quit-window-hook documentation X-Git-Tag: emacs-27.0.90~1328^2~145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b60bdfcd4cc4fdfa38894e8619ce4fec206b8303;p=emacs.git Adjust quit-window-hook documentation * doc/lispref/windows.texi (Quitting Windows): Adjust documentation of quit-window-hook (bug#9867). --- diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 157f004cf3f..39d3960c9a2 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -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