Function: reftex-match-string
reftex-match-string is a byte-compiled function defined in
reftex.el.gz.
Signature
(reftex-match-string N)
Documentation
Match string without properties.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex.el.gz
(defun reftex-match-string (n)
"Match string without properties."
(when (match-beginning n)
(buffer-substring-no-properties (match-beginning n) (match-end n))))