Variable: LaTeX-command-section-level
LaTeX-command-section-level is a buffer-local variable defined in
tex.el.
Documentation
The section level used for LaTeX-command-section.
Will be initialized to LaTeX-largest-level(var)/LaTeX-largest-level(fun) buffer-locally.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar-local LaTeX-command-section-level nil
"The section level used for `LaTeX-command-section'.
Will be initialized to `LaTeX-largest-level' buffer-locally.")