comparison lisp/diff.el @ 4759:5ca1f3073ffc

(diff): Doc fix.
author Brian Fox <bfox@gnu.org>
date Tue, 21 Sep 1993 07:10:31 +0000
parents 0a694f8e1730
children a91748bee657
comparison
equal deleted inserted replaced
4758:9331a313e498 4759:5ca1f3073ffc
157 (setq compilation-error-list (nreverse compilation-error-list))) 157 (setq compilation-error-list (nreverse compilation-error-list)))
158 158
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.
162 Interactively the current buffer's file name is the default for for NEW 162 Interactively the current buffer's file name is the default for NEW
163 and a backup file for NEW is the default for OLD. 163 and a backup file for NEW is the default for OLD.
164 With prefix arg, prompt for diff switches." 164 With prefix arg, prompt for diff switches."
165 (interactive 165 (interactive
166 (nconc 166 (nconc
167 (let (oldf newf) 167 (let (oldf newf)