# HG changeset patch # User Eli Zaretskii # Date 988876253 0 # Node ID e21c3f6fd4d6a2870ba861fa0456f5528d6cd462 # Parent 071c659379fadf87d97e5f652c1f62f1f339b889 (dired-diff): Doc fix. diff -r 071c659379fa -r e21c3f6fd4d6 lisp/dired-aux.el --- 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'." diff -r 071c659379fa -r e21c3f6fd4d6 lisp/dired.el --- 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)