Function: reftex-parse-all

reftex-parse-all is an autoloaded, interactive and byte-compiled function defined in reftex-parse.el.gz.

Signature

(reftex-parse-all)

Documentation

Re-parse entire document.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-parse.el.gz
;;;###autoload
(defun reftex-parse-all ()
  "Re-parse entire document."
  (interactive)
  (reftex-access-scan-info '(16)))