Variable: reftex-index-phrases-search-whole-words

reftex-index-phrases-search-whole-words is a customizable variable defined in reftex-vars.el.gz.

Value

t

Documentation

Non-nil means phrases search will look for whole words, not subwords.

This works by requiring word boundaries at the beginning and end of the search string. When the search phrase already has a non-word-char at one of these points, no word boundary is required there.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-index-phrases-search-whole-words t
  "Non-nil means phrases search will look for whole words, not subwords.
This works by requiring word boundaries at the beginning and end of
the search string.  When the search phrase already has a non-word-char
at one of these points, no word boundary is required there."
  :group 'reftex-index-support
  :type 'boolean)