Variable: texinfo-subsubsection-level-regexp

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

Value

"\\(?:appendixsubsubsec\\|subsub\\(?:heading\\|section\\)\\|unnumberedsubsubsec\\)"

Documentation

Regular expression matching just the Texinfo subsubsection level headings.

Source Code

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