Variable: LaTeX-verbatim-macros-with-braces-local

LaTeX-verbatim-macros-with-braces-local is a buffer-local variable defined in latex.el.

Documentation

Buffer-local variable for inline verbatim with args in braces.

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

Programs should not use this variable directly but the function LaTeX-verbatim-macros-with-braces(var)/LaTeX-verbatim-macros-with-braces(fun) which returns a value including values of the variable LaTeX-verbatim-macros-with-braces(var)/LaTeX-verbatim-macros-with-braces(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-braces-local nil
  "Buffer-local variable for inline verbatim with args in braces.

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

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

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