Function: reftex-nth-arg-wrapper

reftex-nth-arg-wrapper is a byte-compiled function defined in reftex-parse.el.gz.

Signature

(reftex-nth-arg-wrapper KEY)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-parse.el.gz
(defun reftex-nth-arg-wrapper (key)
  (let ((entry (assoc key reftex-env-or-mac-alist)))
    (reftex-nth-arg (nth 5 entry) (nth 6 entry))))