Function: ConTeXt-add-environments

ConTeXt-add-environments is a byte-compiled function defined in context.el.

Signature

(ConTeXt-add-environments &rest ENVIRONMENTS)

Documentation

Add information about ENVIRONMENTS.

Information is added to the current buffer. Generated by TeX-auto-add-type.

This function has :after advice: ConTeXt--invalidate-menu.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(advice-add 'ConTeXt-add-environments :after #'ConTeXt--invalidate-menu)