Function: hypb:notify-manual-install-needed
hypb:notify-manual-install-needed is a byte-compiled function defined
in hypb.el.
Signature
(hypb:notify-manual-install-needed PACKAGE MANAGER)
Documentation
Prompt with an error that PACKAGE must be manually installed using MANAGER.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hypb.el
(defun hypb:notify-manual-install-needed (package manager)
"Prompt with an error that PACKAGE must be manually installed using MANAGER."
(user-error "Package '%s' is required by this command. Use your package manager '%s' to install it" package manager))