Function: ConTeXt-other-macro-menu

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

Signature

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

Documentation

Insert OTHER-MACRO from menu.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defun ConTeXt-other-macro-menu (other-macro)
  "Insert OTHER-MACRO from menu."
  (ConTeXt-insert-other-macro other-macro))