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