Function: ConTeXt-numbered-section-name
ConTeXt-numbered-section-name is a byte-compiled function defined in
context.el.
Signature
(ConTeXt-numbered-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-numbered-section-name (level)
"Return the name of the section corresponding to LEVEL."
(car (rassoc (list level) ConTeXt-numbered-section-list)))