Variable: texinfo-section-level-regexp
texinfo-section-level-regexp is a variable defined in
texnfo-upd.el.gz.
Value
"\\(?:appendixsec\\(?:tion\\)?\\|heading\\|section\\|unnumberedsec\\)"
Documentation
Regular expression matching just the Texinfo section level headings.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/texnfo-upd.el.gz
(defvar texinfo-section-level-regexp
(regexp-opt (texinfo-filter 3 texinfo-section-list))
"Regular expression matching just the Texinfo section level headings.")