diff lisp/textmodes/reftex.el @ 27170:3cba3e588544

renamed reftex-vcr.el to reftex-dcr.el
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 05 Jan 2000 09:15:48 +0000
parents a171ee1ca955
children f70a80cecdd3
line wrap: on
line diff
--- a/lisp/textmodes/reftex.el	Wed Jan 05 09:15:33 2000 +0000
+++ b/lisp/textmodes/reftex.el	Wed Jan 05 09:15:48 2000 +0000
@@ -1655,12 +1655,12 @@
 ;;;
 ;;; View cross references
 
-(autoload 'reftex-view-crossref "reftex-vcr"
+(autoload 'reftex-view-crossref "reftex-dcr"
  "View cross reference of \\ref or \\cite macro at point." t)
-(autoload 'reftex-mouse-view-crossref "reftex-vcr"
+(autoload 'reftex-mouse-view-crossref "reftex-dcr"
  "View cross reference of \\ref or \\cite macro where you click." t)
-(autoload 'reftex-toggle-auto-view-crossref "reftex-vcr")
-(autoload 'reftex-view-crossref-from-bibtex "reftex-vcr"
+(autoload 'reftex-toggle-auto-view-crossref "reftex-dcr")
+(autoload 'reftex-view-crossref-from-bibtex "reftex-dcr"
  "View location in a LaTeX document which cites the BibTeX entry at point." t)