Function: smart-helm-to-minibuffer
smart-helm-to-minibuffer is a byte-compiled function defined in
hui-mouse.el.
Signature
(smart-helm-to-minibuffer)
Documentation
Select minibuffer window when it is active.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-mouse.el
(defun smart-helm-to-minibuffer ()
"Select minibuffer window when it is active."
(if (> (minibuffer-depth) 0)
(select-window (minibuffer-window))))