Function: ConTeXt-insert-other-macro

ConTeXt-insert-other-macro is a byte-compiled function defined in context.el.

Signature

(ConTeXt-insert-other-macro OTHER-MACRO)

Documentation

Insert the ConTeXt other macro's macro OTHER-MACRO.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defun ConTeXt-insert-other-macro (other-macro)
  "Insert the ConTeXt other macro's macro OTHER-MACRO."
  (insert TeX-esc (ConTeXt-other-macro-command other-macro))
  (newline)
  (indent-according-to-mode)
  (ConTeXt-arg-setup nil))