diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-08-09 16:22:37 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-08-09 16:22:37 +0000 |
commit | 36d36f35f524cbd723111988a11604bb743591e9 (patch) | |
tree | 41d3ecd1d6f06352c781f944633c263d9149bb1a /man | |
parent | 82f6ab38b924745d17791f157d0342627e7023c5 (diff) | |
download | emacs-36d36f35f524cbd723111988a11604bb743591e9.tar.gz |
Fix a stale reference to "Comparing Files".
Diffstat (limited to 'man')
-rw-r--r-- | man/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/files.texi b/man/files.texi index 6302723fc7e..df8e572934b 100644 --- a/man/files.texi +++ b/man/files.texi @@ -1449,7 +1449,7 @@ files in that directory and its subdirectories. @kbd{C-x v =} works by running a variant of the @code{diff} utility designed to work with the version control system in use. When you invoke @code{diff} this way, in addition to the options specified by -@code{diff-switches} (@pxref{Comparing files}), it receives those +@code{diff-switches} (@pxref{Comparing Files}), it receives those specified by @code{vc-diff-switches}, plus those specified for the specific back end by @code{vc-@var{backend}-diff-switches}. For instance, when the version control back end is RCS, @code{diff} uses |