Variable: hpath:info-suffix
hpath:info-suffix is a variable defined in hpath.el.
Value
"\\.info\\(-[0-9]+\\)?\\(\\.gz\\|\\.Z\\|-z\\)?\\'"
Documentation
Regexp matching to the end of Info manual file names.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defvar hpath:info-suffix "\\.info\\(-[0-9]+\\)?\\(\\.gz\\|\\.Z\\|-z\\)?\\'"
"Regexp matching to the end of Info manual file names.")