Variable: moccur-source-prefix
moccur-source-prefix is a variable defined in hmoccur.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/hmoccur.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************
(defconst moccur-source-prefix "@loc> "
"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.")