Function: LaTeX-section-enable-symbol
LaTeX-section-enable-symbol is a byte-compiled function defined in
latex.el.
Signature
(LaTeX-section-enable-symbol LEVEL)
Documentation
Symbol used to enable section LEVEL in the menu bar.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun LaTeX-section-enable-symbol (level)
"Symbol used to enable section LEVEL in the menu bar."
(intern (concat "LaTeX-section-" (int-to-string level) "-enable")))