Variable: TeX-arg-cite-note-p

TeX-arg-cite-note-p is a customizable variable defined in latex.el.

Value

nil

Documentation

If non-nil, ask for optional note in citations.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom TeX-arg-cite-note-p nil
  "If non-nil, ask for optional note in citations."
  :type 'boolean
  :group 'LaTeX-macro)