Variable: reftex-cache-cite-echo

reftex-cache-cite-echo is a customizable variable defined in reftex-vars.el.gz.

Value

t

Documentation

Non-nil means, echoed information for cite macros is cached.

The information displayed in the echo area for cite macros is cached and even saved along with the parsing information. The cache survives document scans. In order to clear it, use M-x reftex-reset-mode (reftex-reset-mode).

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-cache-cite-echo t
  "Non-nil means, echoed information for cite macros is cached.
The information displayed in the echo area for cite macros is
cached and even saved along with the parsing information.  The
cache survives document scans.  In order to clear it, use
\\[reftex-reset-mode]."
  :group 'reftex-viewing-cross-references
  :type 'boolean)