]> code.delx.au - gnu-emacs/commitdiff
(Old Versions): Clarify operation of C-x v =.
authorAndré Spiegel <spiegel@gnu.org>
Tue, 28 Feb 2006 08:13:50 +0000 (08:13 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Tue, 28 Feb 2006 08:13:50 +0000 (08:13 +0000)
man/files.texi

index a08220542104d3b0c9add721a67fbaf1db07641c..23846167b6ef12e35e57af0aa14759bd41a34fd3 100644 (file)
@@ -1661,11 +1661,11 @@ instance, when the version control back end is RCS, @code{diff} uses
 the options in @code{vc-rcs-diff-switches}.  The
 @samp{vc@dots{}diff-switches} variables are @code{nil} by default.
 
-  Unlike the @kbd{M-x diff} command, @kbd{C-x v =} does not try to
-locate the changes in the old and new versions.  This is because
-normally one or both versions do not exist as files when you compare
-them; they exist only in the records of the master file.
-@xref{Comparing Files}, for more information about @kbd{M-x diff}.
+  The buffer produced by @kbd{C-x v =} supports the commands of
+Compilation mode (@pxref{Compilation Mode}), such as @kbd{C-x `} and
+@kbd{C-c C-c}, in both the ``old'' and ``new'' text, and they always
+find the corresponding locations in the current work file.  (Older
+versions are not, in general, present as files on your disk.)
 
 @findex vc-annotate
 @kindex C-x v g