From: Markus Rost Date: Mon, 9 Sep 2002 01:43:31 +0000 (+0000) Subject: (diff): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~13315 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab9ecc746ba0332172ef5b06dee69b1210f37b0e;p=emacs.git (diff): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index da856914d32..84f27ce5eb6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-09-08 Markus Rost + + * diff.el (diff): Doc fix. + 2002-09-08 Richard M. Stallman * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil. 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)