Variable: which-key--frame
which-key--frame is a variable defined in which-key.el.gz.
Value
nil
Documentation
Holds reference to which-key frame.
Used when which-key-popup-type is frame.
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defvar which-key--frame nil
"Holds reference to which-key frame.
Used when `which-key-popup-type' is frame.")