Function: ConTeXt-section-enable
ConTeXt-section-enable is a byte-compiled function defined in
context.el.
Signature
(ConTeXt-section-enable ENTRY)
Documentation
Enable or disable section ENTRY from ConTeXt-section-list.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defun ConTeXt-section-enable (entry)
"Enable or disable section ENTRY from `ConTeXt-section-list'."
(let ((level (nth 1 entry)))
(set (ConTeXt-section-enable-symbol level)
(>= level ConTeXt-largest-level))))