Variable: LaTeX-short-caption-prompt-length
LaTeX-short-caption-prompt-length is a customizable variable defined
in latex.el.
Value
40
Documentation
The length that the caption of a figure should be before propting for \caption's optional short-version.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-short-caption-prompt-length 40
"The length that the caption of a figure should be before
propting for \\caption's optional short-version."
:group 'LaTeX-environment
:type 'integer)