mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(reftex-view-crossref): Doc fix.
This commit is contained in:
parent
da47e49173
commit
5f52a7dfde
1 changed files with 4 additions and 4 deletions
|
|
@ -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'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue