]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-diff): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 3 May 2001 07:51:23 +0000 (07:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 3 May 2001 07:51:23 +0000 (07:51 +0000)
lisp/ChangeLog
lisp/dired-aux.el
lisp/dired.el

index 8052faab73e4011a52fbf8b651562bd7444ce38a..cc3c9c0452262fe57ff05cf8facbf977dcaeb81f 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * dired-aux.el (dired-diff): Doc fix.
+
+       * dired.el (dired-diff): Likewise.
+
 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
index 6651f9c832ac1c9af1d65fc820074f840d8f4492..31883fe012ae8cacc49b0fcd33967b75173b383e 100644 (file)
@@ -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'."
index 6ef7990084ddd0d348df00af0656c8f61b983164..a425cf384f353a1858fcf4458f5077589ac4881e 100644 (file)
@@ -2716,7 +2716,8 @@ To be called first in body of `dired-sort-other', etc."
 
 (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)