From df543367e182e125fc6d483473b285791f9499fb Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 5 Jan 2000 09:15:48 +0000 Subject: [PATCH] renamed reftex-vcr.el to reftex-dcr.el --- lisp/textmodes/{reftex-vcr.el => reftex-dcr.el} | 5 +++-- lisp/textmodes/reftex.el | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) rename lisp/textmodes/{reftex-vcr.el => reftex-dcr.el} (99%) diff --git a/lisp/textmodes/reftex-vcr.el b/lisp/textmodes/reftex-dcr.el similarity index 99% rename from lisp/textmodes/reftex-vcr.el rename to lisp/textmodes/reftex-dcr.el index f30f48c1d77..11d8511750a 100644 --- a/lisp/textmodes/reftex-vcr.el +++ b/lisp/textmodes/reftex-dcr.el @@ -1,4 +1,4 @@ -;;; reftex-vcr.el - Viewing cross references and citations with RefTeX +;;; reftex-dcr.el - Viewing cross references and citations with RefTeX ;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc. ;; Author: Carsten Dominik @@ -24,6 +24,7 @@ (eval-when-compile (require 'cl)) (provide 'reftex-vcr) +(provide 'reftex-dcr) (require 'reftex) ;;; @@ -471,4 +472,4 @@ Calling this function several times find successive citation locations." (move-marker reftex-global-search-marker nil) (error "All files processed")))) -;;; reftex-vcr.el ends here +;;; reftex-dcr.el ends here diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index b5ea15a197d..5cfa11395b6 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el @@ -1655,12 +1655,12 @@ When DIE is non-nil, throw an error if file not found." ;;; ;;; 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) -- 2.39.5