Variable: LaTeX-verbatim-macros-with-delims-local
LaTeX-verbatim-macros-with-delims-local is a buffer-local variable
defined in latex.el.
Documentation
Buffer-local variable for inline verbatim with args in delimiters.
Style files should add constructs to this variable and not to
LaTeX-verbatim-macros-with-delims(var)/LaTeX-verbatim-macros-with-delims(fun).
Programs should not use this variable directly but the function
LaTeX-verbatim-macros-with-delims(var)/LaTeX-verbatim-macros-with-delims(fun) which returns a value
including values of the variable
LaTeX-verbatim-macros-with-delims(var)/LaTeX-verbatim-macros-with-delims(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-macros-with-delims-local nil
"Buffer-local variable for inline verbatim with args in delimiters.
Style files should add constructs to this variable and not to
`LaTeX-verbatim-macros-with-delims'.
Programs should not use this variable directly but the function
`LaTeX-verbatim-macros-with-delims' which returns a value
including values of the variable
`LaTeX-verbatim-macros-with-delims' as well.
May be reset with `\\[universal-argument] \\[TeX-normal-mode]'.")