Variable: LaTeX-verbatim-environments

LaTeX-verbatim-environments is a customizable variable defined in latex.el.

Value

("verbatim" "verbatim*" "filecontents" "filecontents*")

Documentation

Verbatim environments.

Programs should not use this variable directly but the function LaTeX-verbatim-environments(var)/LaTeX-verbatim-environments(fun) which returns a value including buffer-local keyword additions via LaTeX-verbatim-environments-local as well.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-verbatim-environments
  '("verbatim" "verbatim*" "filecontents" "filecontents*")
  "Verbatim environments.

Programs should not use this variable directly but the function
`LaTeX-verbatim-environments' which returns a value including
buffer-local keyword additions via
`LaTeX-verbatim-environments-local' as well."
  :group 'LaTeX-environment
  :type '(repeat (string)))