comparison man/files.texi @ 38768:b08b8519c0ab

Fix a stale reference to "Comparing Files".
author Eli Zaretskii <eliz@gnu.org>
date Thu, 09 Aug 2001 16:22:37 +0000
parents 7055d897b6bb
children d44abb4e68b2
comparison
equal deleted inserted replaced
38767:5889c45fd6ad 38768:b08b8519c0ab
1447 @vindex vc-diff-switches 1447 @vindex vc-diff-switches
1448 @vindex vc-rcs-diff-switches 1448 @vindex vc-rcs-diff-switches
1449 @kbd{C-x v =} works by running a variant of the @code{diff} utility 1449 @kbd{C-x v =} works by running a variant of the @code{diff} utility
1450 designed to work with the version control system in use. When you 1450 designed to work with the version control system in use. When you
1451 invoke @code{diff} this way, in addition to the options specified by 1451 invoke @code{diff} this way, in addition to the options specified by
1452 @code{diff-switches} (@pxref{Comparing files}), it receives those 1452 @code{diff-switches} (@pxref{Comparing Files}), it receives those
1453 specified by @code{vc-diff-switches}, plus those specified for the 1453 specified by @code{vc-diff-switches}, plus those specified for the
1454 specific back end by @code{vc-@var{backend}-diff-switches}. For 1454 specific back end by @code{vc-@var{backend}-diff-switches}. For
1455 instance, when the version control back end is RCS, @code{diff} uses 1455 instance, when the version control back end is RCS, @code{diff} uses
1456 the options in @code{vc-rcs-diff-switches}. The 1456 the options in @code{vc-rcs-diff-switches}. The
1457 @samp{vc@dots{}diff-switches} variables are @code{nil} by default. 1457 @samp{vc@dots{}diff-switches} variables are @code{nil} by default.