summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-05-03 07:51:23 +0000
committerEli Zaretskii <eliz@gnu.org>2001-05-03 07:51:23 +0000
commita1af8dcf17517e1016f8245c658046f9be4a16bf (patch)
tree1aec94807d30f333a9baca9d94dcf8d2e5a4945a /lisp/dired-aux.el
parentddfb4005866a4695de02147bc9309c863c2c171e (diff)
downloademacs-a1af8dcf17517e1016f8245c658046f9be4a16bf.tar.gz
(dired-diff): Doc fix.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 6651f9c832a..31883fe012a 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -44,7 +44,8 @@
;;;###autoload
(defun dired-diff (file &optional switches)
"Compare file at point with file FILE using `diff'.
-FILE defaults to the file at the mark.
+FILE defaults to the file at the mark. (That's the mark set by
+\\[set-mark-command], not by Dired's \\[dired-mark] command.)
The prompted-for file is the first file given to `diff'.
With prefix arg, prompt for second argument SWITCHES,
which is options for `diff'."