Function: hyrolo-popup-menu

hyrolo-popup-menu is an interactive and byte-compiled function defined in hyrolo-menu.el.

Signature

(hyrolo-popup-menu EVENT)

Documentation

Popup the Hyperbole Rolo match buffer menu.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo-menu.el
(defun hyrolo-popup-menu (event)
  "Popup the Hyperbole Rolo match buffer menu."
  (interactive "@e")
  (mouse-set-point event)
  (popup-menu id-popup-hyrolo-menu))