aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-05-03 07:58:04 +0000
committerEli Zaretskii2001-05-03 07:58:04 +0000
commit7198b45925871d0d77b8fea7cd9be818aa6806d1 (patch)
tree54d78d306530a35d504b22edab6b80c54d394473
parenta1af8dcf17517e1016f8245c658046f9be4a16bf (diff)
downloademacs-7198b45925871d0d77b8fea7cd9be818aa6806d1.tar.gz
emacs-7198b45925871d0d77b8fea7cd9be818aa6806d1.zip
(Comparison in Dired): Make it clear that ``the mark'' is settable by C-SPC.
-rw-r--r--man/dired.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/dired.texi b/man/dired.texi
index 761c52215fd..8bb014a59b9 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -786,7 +786,10 @@ regular expression specified in any @kbd{%} command as a default.
786Compare the current file (the file at point) with another file (the file 786Compare the current file (the file at point) with another file (the file
787at the mark) using the @code{diff} program (@code{dired-diff}). The 787at the mark) using the @code{diff} program (@code{dired-diff}). The
788file at the mark is the first argument of @code{diff}, and the file at 788file at the mark is the first argument of @code{diff}, and the file at
789point is the second argument. 789point is the second argument. Use @kbd{C-@key{SPC}}
790(@code{set-mark-command}) to set the mark at the first file's line
791(@pxref{Setting Mark}), since @code{dired-diff} ignores the files marked
792with the Dired's @kbd{m} command.
790 793
791@findex dired-backup-diff 794@findex dired-backup-diff
792@kindex M-= @r{(Dired)} 795@kindex M-= @r{(Dired)}