Function: ConTeXt-expand-command
ConTeXt-expand-command is a byte-compiled function defined in
context.el.
Signature
(ConTeXt-expand-command)
Documentation
Expand ConTeXt command.
Use ConTeXt-Mark-version to choose the command.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defun ConTeXt-expand-command ()
"Expand ConTeXt command.
Use `ConTeXt-Mark-version' to choose the command."
(cond
((string= ConTeXt-Mark-version "IV")
"context")
;; In any other case fall back on Mark II.
(t
"texexec")))