Variable: texinfo-subsection-level-regexp

texinfo-subsection-level-regexp is a variable defined in texnfo-upd.el.gz.

Value

"\\(?:appendixsubsec\\|sub\\(?:heading\\|section\\)\\|unnumberedsubsec\\)"

Documentation

Regular expression matching just the Texinfo subsection level headings.

Source Code

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