Function: reftex-index-all-phrases

reftex-index-all-phrases is an interactive and byte-compiled function defined in reftex-index.el.gz.

Signature

(reftex-index-all-phrases)

Documentation

Index all phrases in the phrases buffer.

Calls reftex-index-this-phrase on each line in the buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-index.el.gz
(defun reftex-index-all-phrases ()
  "Index all phrases in the phrases buffer.
Calls `reftex-index-this-phrase' on each line in the buffer."
  (interactive)
  (reftex-index-region-phrases (point-min) (point-max)))