Variable: TeX-command-sequence-command

TeX-command-sequence-command is a variable defined in tex.el.

Value

nil

Documentation

Command argument for TeX-command-sequence.

It is set in TeX-command-sequence and used in TeX-command-sequence-sentinel(var)/TeX-command-sequence-sentinel(fun) to call again TeX-command-sequence with the appropriate command argument.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar TeX-command-sequence-command nil
  "Command argument for `TeX-command-sequence'.

It is set in `TeX-command-sequence' and used in
`TeX-command-sequence-sentinel' to call again
`TeX-command-sequence' with the appropriate command argument.")