aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Fox1993-09-21 07:10:31 +0000
committerBrian Fox1993-09-21 07:10:31 +0000
commit4b00edc888708efe30361c40b68da378c55588f9 (patch)
tree95a0b7c08b065dcc4b525953b50e3ba691a7125a
parent4f7198840590049feed6db54ee787b4abb452458 (diff)
downloademacs-4b00edc888708efe30361c40b68da378c55588f9.tar.gz
emacs-4b00edc888708efe30361c40b68da378c55588f9.zip
(diff): Doc fix.
-rw-r--r--lisp/diff.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff.el b/lisp/diff.el
index 7043c9ac73e..e301aa70a6e 100644
--- a/lisp/diff.el
+++ b/lisp/diff.el
@@ -159,7 +159,7 @@ is nil, REGEXP matches only half a section.")
159;;;###autoload 159;;;###autoload
160(defun diff (old new &optional switches) 160(defun diff (old new &optional switches)
161 "Find and display the differences between OLD and NEW files. 161 "Find and display the differences between OLD and NEW files.
162Interactively the current buffer's file name is the default for for NEW 162Interactively the current buffer's file name is the default for NEW
163and a backup file for NEW is the default for OLD. 163and a backup file for NEW is the default for OLD.
164With prefix arg, prompt for diff switches." 164With prefix arg, prompt for diff switches."
165 (interactive 165 (interactive