]> git.eshelyaron.com Git - emacs.git/commitdiff
`diff' doc clarification
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 14:15:06 +0000 (16:15 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 14:15:06 +0000 (16:15 +0200)
* vc/diff.el (diff): Clarify the order the file names are read
(bug#7111).

lisp/ChangeLog
lisp/vc/diff.el

index 068f1f6cb470adf14189f50b94999f04b583fc95..22574223e748acf8a756adc1bdcb51cefe1d2ef7 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * vc/diff.el (diff): Clarify the order the file names are read
+       (bug#7111).
+
        * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
        the doc string (bug#7015).
 
index 9655ce64a99ebb60b3d060c7e3fed7f499372f4a..fd24558da6a565ebb0e4e54375de589db8a031a1 100644 (file)
@@ -76,10 +76,10 @@ delete the temporary files so named."
 ;;;###autoload
 (defun diff (old new &optional switches no-async)
   "Find and display the differences between OLD and NEW files.
-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.
+When called interactively, read NEW, then OLD, 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.
 
 When called interactively with a prefix argument, prompt
 interactively for diff switches.  Otherwise, the switches