Variable: hpath:texinfo-section-pattern
hpath:texinfo-section-pattern is a variable defined in hpath.el.
Value
"^@node+[ ]+%s[ ]*\\(,\\|$\\)"
Documentation
Regexp matching a Texinfo section header.
Contains a %s for replacement of a specific section name.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defconst hpath:texinfo-section-pattern "^@node+[ \t]+%s[ \t]*\\(,\\|$\\)"
"Regexp matching a Texinfo section header.
Contains a %s for replacement of a specific section name.")