Mercurial > emacs
diff lisp/diff.el @ 47320:a1336c8c6174
(diff): Doc fix.
| author | Markus Rost <rost@math.uni-bielefeld.de> |
|---|---|
| date | Mon, 09 Sep 2002 01:43:19 +0000 |
| parents | bac8aaf18835 |
| children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line diff
--- a/lisp/diff.el Mon Sep 09 00:28:38 2002 +0000 +++ b/lisp/diff.el Mon Sep 09 01:43:19 2002 +0000 @@ -195,7 +195,7 @@ 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)
