Variable: LaTeX-listing-label
LaTeX-listing-label is a customizable variable defined in latex.el.
Value
"lst:"
Documentation
Default prefix to listing labels.
This prefix should apply to all environments which typeset code listings and take a caption and label.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-listing-label "lst:"
"Default prefix to listing labels.
This prefix should apply to all environments which typeset
code listings and take a caption and label."
:group 'LaTeX-label
:group 'LaTeX-environment
:type 'string)