Variable: TeX-command-Show
TeX-command-Show is a customizable and buffer-local variable defined
in tex.el.
Documentation
The default command to show (view or print) a TeX file.
Must be the car of an entry in TeX-command-list.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-command-Show "View"
"The default command to show (view or print) a TeX file.
Must be the car of an entry in `TeX-command-list'."
:group 'TeX-command-name
:type 'string
:local t)