]> git.eshelyaron.com Git - emacs.git/commitdiff
(diff): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 28 Dec 2008 04:40:08 +0000 (04:40 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 28 Dec 2008 04:40:08 +0000 (04:40 +0000)
lisp/diff.el

index e802048c31d44cd3e31f9f7b03072b441e6a4f4f..da6eb3d538c9bac67f0daa076e344b92ef53cb30 100644 (file)
@@ -80,10 +80,14 @@ were found."
 ;;;###autoload
 (defun diff (old new &optional switches no-async)
   "Find and display the differences between OLD and NEW files.
-Interactively the current buffer's file name is the default for NEW
-and a backup file for NEW is the default for OLD.
+When called interactively, read OLD and NEW using the minibuffer;
+the default for NEW is the current buffer's file name, and the
+default for OLD is a backup file for NEW, if one exists.
 If NO-ASYNC is non-nil, call diff synchronously.
-With prefix arg, prompt for diff switches."
+
+When called interactively with a prefix argument, prompt
+interactively for diff switches.  Otherwise, the switches
+specified in `diff-switches' are passed to the diff command."
   (interactive
    (let (oldf newf)
      (setq newf (buffer-file-name)