Variable: reftex-comment-citations

reftex-comment-citations is a customizable variable defined in reftex-vars.el.gz.

Value

nil

Documentation

Non-nil means add a comment for each citation describing the full entry.

The comment is formatted according to reftex-cite-comment-format.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-comment-citations nil
  "Non-nil means add a comment for each citation describing the full entry.
The comment is formatted according to `reftex-cite-comment-format'."
  :group 'reftex-citation-support
  :type 'boolean)