Variable: TeX-command-menu-name

TeX-command-menu-name is a variable defined in tex.el.

Value

"Command"

Documentation

Name to be displayed for the command menu in all modes defined by AUCTeX.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defconst TeX-command-menu-name "Command"
  "Name to be displayed for the command menu in all modes defined by AUCTeX.")