Variable: LaTeX-verbatim-environments-local

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

Documentation

Buffer-local variable for verbatim environments.

Style files should add constructs to this variable and not to LaTeX-verbatim-environments(var)/LaTeX-verbatim-environments(fun).

Programs should not use this variable directly but the function LaTeX-verbatim-environments(var)/LaTeX-verbatim-environments(fun) which returns a value including values of the variable LaTeX-verbatim-environments(var)/LaTeX-verbatim-environments(fun) as well.

May be reset with C-u (universal-argument) M-x TeX-normal-mode (TeX-normal-mode).

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar-local LaTeX-verbatim-environments-local nil
  "Buffer-local variable for verbatim environments.

Style files should add constructs to this variable and not to
`LaTeX-verbatim-environments'.

Programs should not use this variable directly but the function
`LaTeX-verbatim-environments' which returns a value including
values of the variable `LaTeX-verbatim-environments' as well.

May be reset with `\\[universal-argument] \\[TeX-normal-mode]'.")