Function: LaTeX-verbatim-environments
LaTeX-verbatim-environments is a byte-compiled function defined in
latex.el.
Signature
(LaTeX-verbatim-environments)
Documentation
Return list of verbatim environments.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun LaTeX-verbatim-environments ()
"Return list of verbatim environments."
(append LaTeX-verbatim-environments
LaTeX-verbatim-environments-local))