Function: TeX-arg-define-label
TeX-arg-define-label is a byte-compiled function defined in latex.el.
Signature
(TeX-arg-define-label OPTIONAL &optional PROMPT)
Documentation
Prompt for a label completing with known labels.
If OPTIONAL is non-nil, insert the resulting value as an optional
argument, otherwise as a mandatory one. Use PROMPT as the prompt
string. TeX-read-label-prefix is used as initial input for the
label.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun TeX-arg-define-label (optional &optional prompt)
"Prompt for a label completing with known labels.
If OPTIONAL is non-nil, insert the resulting value as an optional
argument, otherwise as a mandatory one. Use PROMPT as the prompt
string. `TeX-read-label-prefix' is used as initial input for the
label."
(TeX-arg-label optional prompt t))