Function: reftex-info

reftex-info is an interactive and byte-compiled function defined in reftex.el.gz.

Signature

(reftex-info &optional NODE)

Documentation

Read documentation for RefTeX in the info system.

With optional NODE, go directly to that node.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex.el.gz
(defun reftex-info (&optional node)
  "Read documentation for RefTeX in the info system.
With optional NODE, go directly to that node."
  (interactive)
  (info (format "(reftex)%s" (or node ""))))