From: Andreas Schwab Date: Mon, 19 Mar 2001 16:47:40 +0000 (+0000) Subject: (reftex-view-crossref): Doc fix. X-Git-Tag: emacs-pretest-21.0.101~254 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f52a7dfde9d65f0c06c23a00a79c3d44956c47a;p=emacs.git (reftex-view-crossref): Doc fix. --- diff --git a/lisp/textmodes/reftex-dcr.el b/lisp/textmodes/reftex-dcr.el index d8d5646ea5b..72c981b4c6d 100644 --- a/lisp/textmodes/reftex-dcr.el +++ b/lisp/textmodes/reftex-dcr.el @@ -30,12 +30,12 @@ (defun reftex-view-crossref (&optional arg auto-how) "View cross reference of macro at point. Point must be on the KEY -argument. When at at `\ref' macro, show corresponding `\label' +argument. When at at `\\ref' macro, show corresponding `\\label' definition, also in external documents (`xr'). When on a label, show a locations where KEY is referenced. Subsequent calls find additional -locations. When on a `\cite', show the associated `\bibitem' macro or -the BibTeX database entry. When on a `\bibitem', show a `\cite' macro -which uses this KEY. When on an `\index', show other locations marked +locations. When on a `\\cite', show the associated `\\bibitem' macro or +the BibTeX database entry. When on a `\\bibitem', show a `\\cite' macro +which uses this KEY. When on an `\\index', show other locations marked by the same index entry. To define additional cross referencing items, use the option `reftex-view-crossref-extra'. See also `reftex-view-crossref-from-bibtex'.