diff options
| -rw-r--r-- | man/dired.texi | 5 |
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. | |||
| 786 | Compare the current file (the file at point) with another file (the file | 786 | Compare the current file (the file at point) with another file (the file |
| 787 | at the mark) using the @code{diff} program (@code{dired-diff}). The | 787 | at the mark) using the @code{diff} program (@code{dired-diff}). The |
| 788 | file at the mark is the first argument of @code{diff}, and the file at | 788 | file at the mark is the first argument of @code{diff}, and the file at |
| 789 | point is the second argument. | 789 | point 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 | ||
| 792 | with 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)} |