Function: ConTeXt-unnumbered-section-name

ConTeXt-unnumbered-section-name is a byte-compiled function defined in context.el.

Signature

(ConTeXt-unnumbered-section-name LEVEL)

Documentation

Return the name of the section corresponding to LEVEL.

Source Code

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