Function: ConTeXt-other-macro-menu-entry
ConTeXt-other-macro-menu-entry is a byte-compiled function defined in
context.el.
Signature
(ConTeXt-other-macro-menu-entry ENTRY)
Documentation
Create an ENTRY for the other macro menu.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defun ConTeXt-other-macro-menu-entry (entry)
"Create an ENTRY for the other macro menu."
(vector entry (list #'ConTeXt-other-macro-menu entry)))