Variable: which-key-custom-hide-popup-function
which-key-custom-hide-popup-function is a customizable variable
defined in which-key.el.gz.
Value
nil
Documentation
Set a custom hide-popup function.
It takes no arguments and the return value is ignored.
This variable was added, or its default value changed, in which-key version 1.0.
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defcustom which-key-custom-hide-popup-function nil
"Set a custom hide-popup function.
It takes no arguments and the return value is ignored."
:group 'which-key
:type '(choice function (const nil))
:package-version '(which-key . "1.0") :version "30.1")