Function: ConTeXt-define-command
ConTeXt-define-command is a byte-compiled function defined in
context.el.
Signature
(ConTeXt-define-command WHAT)
Documentation
The ConTeXt macro to define WHAT.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defun ConTeXt-define-command (what)
"The ConTeXt macro to define WHAT."
(funcall
(intern (concat "ConTeXt-define-command-" ConTeXt-current-interface)) what))