Variable: tex-discount-args-cmds

tex-discount-args-cmds is a variable defined in tex-mode.el.gz.

Value

("begin" "end" "input" "special" "cite" "ref" "include" "includeonly"
 "documentclass" "usepackage" "label")

Documentation

TeX commands whose arguments should not be counted as text.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defconst tex-discount-args-cmds
  '("begin" "end" "input" "special" "cite" "ref" "include" "includeonly"
    "documentclass" "usepackage" "label")
  "TeX commands whose arguments should not be counted as text.")