Variable: TeX-command-Queue
TeX-command-Queue is a customizable variable defined in tex.el.
Value
"Queue"
Documentation
The name of the Queue entry in TeX-command-Queue.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-command-Queue "Queue"
"The name of the Queue entry in `TeX-command-Queue'."
:group 'TeX-command-name
:type 'string)