Variable: LaTeX-label-annotation-max-length

LaTeX-label-annotation-max-length is a customizable variable defined in latex.el.

Value

30

Documentation

Maximum number of characters for annotation of labels.

Setting this variable to 0 disables label annotation during in-buffer completion.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
;; The next defcustom and functions control the annotation of labels
;; during in-buffer completion which is done by
;; `TeX--completion-at-point' also inside the arguments of \ref and
;; such and not with the code above.

(defcustom LaTeX-label-annotation-max-length 30
  "Maximum number of characters for annotation of labels.
Setting this variable to 0 disables label annotation during
in-buffer completion."
  :group 'LaTeX-label
  :type 'integer)