diff options
| author | Andreas Schwab | 2001-03-19 16:47:40 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2001-03-19 16:47:40 +0000 |
| commit | 5f52a7dfde9d65f0c06c23a00a79c3d44956c47a (patch) | |
| tree | 5467004212be306da8b0efba4212f92c1c45685e /lisp | |
| parent | da47e49173606e43bfa254006d2c3cbff147fc49 (diff) | |
| download | emacs-5f52a7dfde9d65f0c06c23a00a79c3d44956c47a.tar.gz emacs-5f52a7dfde9d65f0c06c23a00a79c3d44956c47a.zip | |
(reftex-view-crossref): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/reftex-dcr.el | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
| 30 | 30 | ||
| 31 | (defun reftex-view-crossref (&optional arg auto-how) | 31 | (defun reftex-view-crossref (&optional arg auto-how) |
| 32 | "View cross reference of macro at point. Point must be on the KEY | 32 | "View cross reference of macro at point. Point must be on the KEY |
| 33 | argument. When at at `\ref' macro, show corresponding `\label' | 33 | argument. When at at `\\ref' macro, show corresponding `\\label' |
| 34 | definition, also in external documents (`xr'). When on a label, show | 34 | definition, also in external documents (`xr'). When on a label, show |
| 35 | a locations where KEY is referenced. Subsequent calls find additional | 35 | a locations where KEY is referenced. Subsequent calls find additional |
| 36 | locations. When on a `\cite', show the associated `\bibitem' macro or | 36 | locations. When on a `\\cite', show the associated `\\bibitem' macro or |
| 37 | the BibTeX database entry. When on a `\bibitem', show a `\cite' macro | 37 | the BibTeX database entry. When on a `\\bibitem', show a `\\cite' macro |
| 38 | which uses this KEY. When on an `\index', show other locations marked | 38 | which uses this KEY. When on an `\\index', show other locations marked |
| 39 | by the same index entry. | 39 | by the same index entry. |
| 40 | To define additional cross referencing items, use the option | 40 | To define additional cross referencing items, use the option |
| 41 | `reftex-view-crossref-extra'. See also `reftex-view-crossref-from-bibtex'. | 41 | `reftex-view-crossref-extra'. See also `reftex-view-crossref-from-bibtex'. |