]> code.delx.au - gnu-emacs/commitdiff
(Comparison in Dired): Make it clear that ``the mark'' is settable by C-SPC.
authorEli Zaretskii <eliz@gnu.org>
Thu, 3 May 2001 07:58:04 +0000 (07:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 3 May 2001 07:58:04 +0000 (07:58 +0000)
man/dired.texi

index 761c52215fdf5016d315e4a2e1b4eb39490db8d8..8bb014a59b911558ea0bba8fa7b4b4aca193bd1b 100644 (file)
@@ -786,7 +786,10 @@ regular expression specified in any @kbd{%} command as a default.
 Compare the current file (the file at point) with another file (the file
 at the mark) using the @code{diff} program (@code{dired-diff}).  The
 file at the mark is the first argument of @code{diff}, and the file at
-point is the second argument.
+point is the second argument.  Use @kbd{C-@key{SPC}}
+(@code{set-mark-command}) to set the mark at the first file's line
+(@pxref{Setting Mark}), since @code{dired-diff} ignores the files marked
+with the Dired's @kbd{m} command.
 
 @findex dired-backup-diff
 @kindex M-= @r{(Dired)}