changeset 36877:701567828afa

(reftex-view-crossref): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Mon, 19 Mar 2001 16:47:40 +0000
parents ef17b5b0453c
children 33aa0a1e3d4d
files lisp/textmodes/reftex-dcr.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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'.