Variable: find-defact-regexp

find-defact-regexp is a variable defined in hmouse-tag.el.

Value

"^\\s-*(defact\\s-+%s\\s-"

Documentation

The regexp used to search for a Hyperbole action type definition.

Note it must contain a '%s' at the place where format should insert the action type definition name.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defconst find-defact-regexp "^\\s-*(defact\\s-+%s\\s-"
  "The regexp used to search for a Hyperbole action type definition.
Note it must contain a '%s' at the place where `format'
should insert the action type definition name.")