Variable: doc-id-index-entry-regexp
doc-id-index-entry-regexp is a variable defined in hib-doc-id.el.
Value
"^------+\\s-+Title:"
Documentation
Regexp which matches start of a site-specific document index entry.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hib-doc-id.el
(defvar doc-id-index-entry-regexp "^------+\\s-+Title:"
"Regexp which matches start of a site-specific document index entry.")