# HG changeset patch # User Andreas Schwab # Date 985020460 0 # Node ID 701567828afa0bed33abfea63e391a1cf56cc38a # Parent ef17b5b0453c21249f6a4fea9207078e25e68720 (reftex-view-crossref): Doc fix. diff -r ef17b5b0453c -r 701567828afa lisp/textmodes/reftex-dcr.el --- a/lisp/textmodes/reftex-dcr.el Mon Mar 19 15:22:51 2001 +0000 +++ b/lisp/textmodes/reftex-dcr.el Mon Mar 19 16:47:40 2001 +0000 @@ -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'.