Function: LaTeX-section-menu
LaTeX-section-menu is a byte-compiled function defined in latex.el.
Signature
(LaTeX-section-menu LEVEL)
Documentation
Insert section from menu.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun LaTeX-section-menu (level)
"Insert section from menu."
(let ((LaTeX-section-hook (delq 'LaTeX-section-heading
(copy-sequence LaTeX-section-hook))))
(LaTeX-section level)))