Variable: reftex-index-verify-function

reftex-index-verify-function is a customizable variable defined in reftex-vars.el.gz.

Value

nil

Documentation

A function which is called at each match during global indexing.

If the function returns nil, the current match is skipped.

Probably introduced at or before Emacs version 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-index-verify-function nil
  "A function which is called  at each match during global indexing.
If the function returns nil, the current match is skipped."
  :group 'reftex-index-support
  :type '(choice
          (const :tag "No verification" nil)
          (function)))