Variable: reftex-cite-comment-format
reftex-cite-comment-format is a customizable variable defined in
reftex-vars.el.gz.
Value
"%% %2a %y, %j %v, %P, %b, %e, %u, %s %<\n"
Documentation
Citation format used for commented citations. Must NOT contain %l.
See the variable reftex-cite-format for possible percent escapes.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-cite-comment-format
"%% %2a %y, %j %v, %P, %b, %e, %u, %s %<\n"
"Citation format used for commented citations. Must NOT contain %l.
See the variable `reftex-cite-format' for possible percent escapes."
:group 'reftex-citation-support
:type 'string)