Function: LaTeX-section-name

LaTeX-section-name is a byte-compiled function defined in latex.el.

Signature

(LaTeX-section-name LEVEL)

Documentation

Return the name of the section corresponding to LEVEL.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun LaTeX-section-name (level)
  "Return the name of the section corresponding to LEVEL."
  (car (rassoc (list level) LaTeX-section-list)))