summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-01 14:48:02 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-01 14:48:02 +0200
commitace6c69c026717404139ab2935a2a15d17e7103a (patch)
tree7ed8b79010de35e1a405e5d72123913cad3e755b /lisp/dired-aux.el
parent191e2bedb94e3d34a017bff0706aeeb22ee29ec0 (diff)
downloademacs-ace6c69c026717404139ab2935a2a15d17e7103a.tar.gz
* dired-aux.el (dired-diff): Doc fixup (bug#8816).
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 8e4b3b5c6a6..f9c6000a047 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -56,9 +56,9 @@ into this list; they also should call `dired-log' to log the errors.")
"Compare file at point with file FILE using `diff'.
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'.
+The prompted-for FILE is the first file given to `diff'.
With prefix arg, prompt for second argument SWITCHES,
-which is options for `diff'."
+which is the string of command switches for `diff'."
(interactive
(let* ((current (dired-get-filename t))
;; Get the file at the mark.