Variable: find-defil-regexp
find-defil-regexp is a variable defined in hmouse-tag.el.
Value
"^\\s-*(defil\\s-+%s\\s-"
Documentation
The regexp used to search for a Hyperbole implicit link type definition.
Note it must contain a '%s' at the place where `format’ should insert the implicit link type definition name.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
(defconst find-defil-regexp "^\\s-*(defil\\s-+%s\\s-"
"The regexp used to search for a Hyperbole implicit link type definition.
Note it must contain a '%s' at the place where `format’
should insert the implicit link type definition name.")