Variable: reftex-auto-update-selection-buffers

reftex-auto-update-selection-buffers is a customizable variable defined in reftex-vars.el.gz.

Value

t

Documentation

Non-nil means, selection buffers will be updated automatically.

When a new label is defined with reftex-label, all selection buffers associated with that label category are emptied, in order to force an update upon next use. When nil, the buffers are left alone and have to be updated by hand, with the \g key from the label selection process. The value of this variable will only have any effect when reftex-use-multiple-selection-buffers is non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-auto-update-selection-buffers t
  "Non-nil means, selection buffers will be updated automatically.
When a new label is defined with `reftex-label', all selection buffers
associated with that label category are emptied, in order to force an
update upon next use.  When nil, the buffers are left alone and have to be
updated by hand, with the \\`g' key from the label selection process.
The value of this variable will only have any effect when
`reftex-use-multiple-selection-buffers' is non-nil."
  :group 'reftex-optimizations-for-large-documents
  :group 'reftex-referencing-labels
  :type 'boolean)