Variable: cider-popup-buffer-quit-function
cider-popup-buffer-quit-function is a buffer-local variable defined in
cider-popup.el.
Documentation
The function that is used to quit a temporary popup buffer.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-popup.el
(defvar-local cider-popup-buffer-quit-function #'cider-popup-buffer-quit
"The function that is used to quit a temporary popup buffer.")