Variable: TeX-command-default
TeX-command-default is a buffer-local variable defined in tex.el.
Documentation
The default command for TeX-command(var)/TeX-command(fun) in the current major mode.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar-local TeX-command-default nil
"The default command for `TeX-command' in the current major mode.")