Function: LaTeX-verbatim-macros-with-braces

LaTeX-verbatim-macros-with-braces is a byte-compiled function defined in latex.el.

Signature

(LaTeX-verbatim-macros-with-braces)

Documentation

Return list of verbatim macros with braces.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun LaTeX-verbatim-macros-with-braces ()
  "Return list of verbatim macros with braces."
  (append LaTeX-verbatim-macros-with-braces
          LaTeX-verbatim-macros-with-braces-local))