Variable: hypb:help-buf-prefix
hypb:help-buf-prefix is a variable defined in hypb.el.
Value
"*Help: Hyperbole "
Documentation
Prefix attached to all native Hyperbole help buffer names.
This should end with a space.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hypb.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************
(defconst hypb:help-buf-prefix "*Help: Hyperbole "
"Prefix attached to all native Hyperbole help buffer names.
This should end with a space.")