Function: reftex-parse-one
reftex-parse-one is an autoloaded, interactive and byte-compiled
function defined in reftex-parse.el.gz.
Signature
(reftex-parse-one)
Documentation
Re-parse this file.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-parse.el.gz
;;;###autoload
(defun reftex-parse-one ()
"Re-parse this file."
(interactive)
(let ((reftex-enable-partial-scans t))
(reftex-access-scan-info '(4))))