aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)}