Variable: find-defib-regexp

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

Value

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

Documentation

The regexp used to search for a Hyperbole implicit button type definition.

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

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
(defconst find-defib-regexp "^\\s-*(defib\\s-+%s\\s-"
  "The regexp used to search for a Hyperbole implicit button type definition.
Note it must contain a '%s' at the place where `format'
should insert the implicit button type definition name.")