Function: hyperbole-popup-menu
hyperbole-popup-menu is an interactive and byte-compiled function
defined in hui-menu.el.
Signature
(hyperbole-popup-menu &optional REBUILD-FLAG)
Documentation
Popup the Hyperbole menubar menu.
With optional REBUILD-FLAG rebuild the menu.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-menu.el
(defun hyperbole-popup-menu (&optional rebuild-flag)
"Popup the Hyperbole menubar menu.
With optional REBUILD-FLAG rebuild the menu."
(interactive "P")
(popup-menu (infodock-hyperbole-menu rebuild-flag)))