Variable: LaTeX-verbatim-macros-with-delims

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

Value

("verb" "verb*")

Documentation

Macros for inline verbatim with arguments in delimiters, like \foo|...|.

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

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
;;; Verbatim constructs

(defcustom LaTeX-verbatim-macros-with-delims
  '("verb" "verb*")
  "Macros for inline verbatim with arguments in delimiters, like \\foo|...|.

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