Variable: texinfo-chapter-level-regexp

texinfo-chapter-level-regexp is a variable defined in texinfo.el.gz.

Value

"\\(?:appendix\\|chap\\(?:heading\\|ter\\)\\|majorheading\\|unnumbered\\)"

Documentation

Regular expression matching just the Texinfo chapter level headings.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/texinfo.el.gz
(defvar texinfo-chapter-level-regexp
  (regexp-opt (texinfo-filter 2 texinfo-section-list))
  "Regular expression matching just the Texinfo chapter level headings.")