Function: which-key--hide-popup-ignore-command
which-key--hide-popup-ignore-command is a byte-compiled function
defined in which-key.el.gz.
Signature
(which-key--hide-popup-ignore-command)
Documentation
which-key--hide-popup without the check of real-this-command.
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defun which-key--hide-popup-ignore-command ()
"`which-key--hide-popup' without the check of `real-this-command'."
(cl-case which-key-popup-type
;; Not necessary to hide minibuffer
;; (minibuffer (which-key--hide-buffer-minibuffer))
(side-window (which-key--hide-buffer-side-window))
(frame (which-key--hide-buffer-frame))
(custom (funcall which-key-custom-hide-popup-function))))