Function: reftex-index-remaining-phrases

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

Signature

(reftex-index-remaining-phrases)

Documentation

Index all phrases in the phrases buffer.

Calls reftex-index-this-phrase on each line ay and below point in the buffer.

Key Bindings

Source Code

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