texinfo-section-list
texinfo-section-list is a variable defined in `
texinfo.el
'.
Its value is shown
below.
Documentation:
Alist of sectioning commands and their relative level.
Value:
(("top" 1)
("chapter" 2)
("section" 3)
("subsection" 4)
("subsubsection" 5)
("unnumbered" 2)
("unnumberedsec" 3)
("unnumberedsubsec" 4)
("unnumberedsubsubsec" 5)
("appendix" 2)
("appendixsec" 3)
("appendixsection" 3)
("appendixsubsec" 4)
("appendixsubsubsec" 5)
("majorheading" 2)
("chapheading" 2)
("heading" 3)
("subheading" 4)
("subsubheading" 5))