Variable: hbut:source-prefix
hbut:source-prefix is a variable defined in hbut.el.
Value
"@loc> "
Documentation
String prefix for lines indicating the source of the matches.
It should not contain any characters needing regular expression quoting.
This expression should be followed immediately by a buffer or file name indicating the source of any of its Hyperbole buttons.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbut.el
(defconst hbut:source-prefix moccur-source-prefix
"String prefix for lines indicating the source of the matches.
It should not contain any characters needing regular expression quoting.
This expression should be followed immediately by a buffer or file name
indicating the source of any of its Hyperbole buttons.")