]> git.eshelyaron.com Git - emacs.git/commitdiff
(reftex-view-crossref): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Mon, 19 Mar 2001 16:47:40 +0000 (16:47 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 19 Mar 2001 16:47:40 +0000 (16:47 +0000)
lisp/textmodes/reftex-dcr.el

index d8d5646ea5b5a55e2267067ba34dc291b825fc1e..72c981b4c6dc8089b6df7864f136bd9a812d4ba8 100644 (file)
 
 (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'.