Function: LaTeX-section-menu-entry
LaTeX-section-menu-entry is a byte-compiled function defined in
latex.el.
Signature
(LaTeX-section-menu-entry ENTRY)
Documentation
Create an ENTRY for the section menu.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun LaTeX-section-menu-entry (entry)
"Create an ENTRY for the section menu."
(let ((enable (LaTeX-section-enable-symbol (nth 1 entry))))
(vector (car entry) (list #'LaTeX-section-menu (nth 1 entry)) enable)))