diff lisp/dired.el @ 37547:e21c3f6fd4d6

(dired-diff): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 03 May 2001 07:50:53 +0000
parents c3a6aff62832
children 7ca7def9af01
line wrap: on
line 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)