Function: ConTeXt-section-enable-symbol
ConTeXt-section-enable-symbol is a byte-compiled function defined in
context.el.
Signature
(ConTeXt-section-enable-symbol LEVEL)
Documentation
Symbol used to enable section LEVEL in the menu bar.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defun ConTeXt-section-enable-symbol (level)
"Symbol used to enable section LEVEL in the menu bar."
(intern (concat "ConTeXt-section-" (int-to-string level) "-enable")))