Variable: hyrolo-next-match-function
hyrolo-next-match-function is a variable defined in hyrolo.el.
Value
hyrolo-next-regexp-match
Documentation
Value is the function to find next match within a HyRolo file.
Must take one argument, match-pattern, a regular expression.
Must leave point at the end of the match and return the start position
of the match or nil when no match.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defvar hyrolo-next-match-function #'hyrolo-next-regexp-match
"Value is the function to find next match within a HyRolo file.
Must take one argument, `match-pattern', a regular expression.
Must leave point at the end of the match and return the start position
of the match or nil when no match.")