Function: hkey-quit-window
hkey-quit-window is an interactive and byte-compiled function defined
in hmouse-drv.el.
Signature
(hkey-quit-window &optional KILL WINDOW)
Documentation
Quit WINDOW and bury its buffer.
WINDOW must be a live window and defaults to the selected one. With prefix argument KILL non-nil, kill the buffer instead of burying it.
This calls the function quit-restore-window to delete WINDOW or
show some other buffer in it. See Info node (elisp) Quitting
Windows for more details.
The functions in quit-window-hook will be run before doing
anything else.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
;; Overload help-mode quit-window function to support Hyperbole
;; hkey--wconfig window configurations.
(unless (eq (symbol-function #'quit-window) #'hkey-help-hide)
(defalias 'hkey-quit-window (symbol-function #'quit-window)))