Variable: LaTeX-verbatim-macros-with-braces

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

Value

nil

Documentation

Macros for inline verbatim with arguments in braces, like \foo{...}.

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 buffer-local keyword additions via LaTeX-verbatim-macros-with-braces-local as well.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-verbatim-macros-with-braces nil
  "Macros for inline verbatim with arguments in braces, like \\foo{...}.

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