Function: hui:menu-hyperbole-prefix

hui:menu-hyperbole-prefix is a byte-compiled function defined in hui-mini.el.

Signature

(hui:menu-hyperbole-prefix)

Documentation

Return prefix keys that invoke the Hyperbole minibuffer menu.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-mini.el
(defun hui:menu-hyperbole-prefix ()
  "Return prefix keys that invoke the Hyperbole minibuffer menu."
  (key-description (where-is-internal #'hyperbole (current-global-map) t)))