changeset 37547:e21c3f6fd4d6

(dired-diff): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 03 May 2001 07:50:53 +0000
parents 071c659379fa
children 204b1c50de6e
files lisp/dired-aux.el lisp/dired.el
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired-aux.el	Thu May 03 04:44:12 2001 +0000
+++ b/lisp/dired-aux.el	Thu May 03 07:50:53 2001 +0000
@@ -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'."
--- a/lisp/dired.el	Thu May 03 04:44:12 2001 +0000
+++ b/lisp/dired.el	Thu May 03 07:50:53 2001 +0000
@@ -2716,7 +2716,8 @@
 
 (autoload 'dired-diff "dired-aux"
   "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'."
   t)