diff options
Diffstat (limited to 'lisp/diff.el')
| -rw-r--r-- | lisp/diff.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/diff.el b/lisp/diff.el index 138f674ea08..7a0dd95387c 100644 --- a/lisp/diff.el +++ b/lisp/diff.el @@ -62,8 +62,8 @@ ;;;###autoload (defun diff (old new) "Find and display the differences between OLD and NEW files. -Interactively you are prompted with the current buffer's file name for NEW -and what appears to be it's backup for OLD." +Interactively the current buffer's file name is the default for for NEW +and a backup file for NEW is the default for OLD." (interactive (let (oldf newf) (reverse |
