diff options
| author | Eli Zaretskii | 2001-05-03 07:58:04 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-05-03 07:58:04 +0000 |
| commit | 7198b45925871d0d77b8fea7cd9be818aa6806d1 (patch) | |
| tree | 54d78d306530a35d504b22edab6b80c54d394473 | |
| parent | a1af8dcf17517e1016f8245c658046f9be4a16bf (diff) | |
| download | emacs-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.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)} |