diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-09-09 01:43:31 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-09-09 01:43:31 +0000 |
commit | ab9ecc746ba0332172ef5b06dee69b1210f37b0e (patch) | |
tree | 4d4fbdf2870690ae8a8ceaa5aa90bc1f3a3110f7 /lisp/diff.el | |
parent | cd91e34cb48cabe2a3e9a295a9f5eaf3b9e298d0 (diff) | |
download | emacs-ab9ecc746ba0332172ef5b06dee69b1210f37b0e.tar.gz |
(diff): Doc fix.
Diffstat (limited to 'lisp/diff.el')
-rw-r--r-- | lisp/diff.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff.el b/lisp/diff.el index 06387062feb..a5fa7026505 100644 --- a/lisp/diff.el +++ b/lisp/diff.el @@ -195,7 +195,7 @@ is nil, REGEXP matches only half a hunk.") Interactively the current buffer's file name is the default for NEW and a backup file for NEW is the default for OLD. With prefix arg, prompt for diff switches. -If NO-ASYNC is non-nil, call diff syncrhonously." +If NO-ASYNC is non-nil, call diff synchronously." (interactive (nconc (let (oldf newf) |