Function: ConTeXt-section-block
ConTeXt-section-block is a byte-compiled function defined in
context.el.
Signature
(ConTeXt-section-block SECTION-BLOCK)
Documentation
Insert the ConTeXt section block SECTION-BLOCK.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defun ConTeXt-section-block (section-block)
"Insert the ConTeXt section block SECTION-BLOCK."
(ConTeXt-environment-menu section-block))