Function: reftex-scanning-info-available-p
reftex-scanning-info-available-p is a byte-compiled function defined
in reftex.el.gz.
Signature
(reftex-scanning-info-available-p)
Documentation
Is the scanning info about the current document available?
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex.el.gz
(defun reftex-scanning-info-available-p ()
"Is the scanning info about the current document available?"
(unless reftex-docstruct-symbol
(reftex-tie-multifile-symbols))
(and (symbolp reftex-docstruct-symbol)
(symbol-value reftex-docstruct-symbol)
t))