]> git.eshelyaron.com Git - emacs.git/commitdiff
(diff): Doc fix.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 9 Sep 2002 01:43:31 +0000 (01:43 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 9 Sep 2002 01:43:31 +0000 (01:43 +0000)
lisp/ChangeLog
lisp/diff.el

index da856914d32224e870609730671c617f3d8d6002..84f27ce5eb66cd29174b46c4ef5962f6bdf116a4 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-08  Markus Rost  <rost@math.ohio-state.edu>
+
+       * diff.el (diff): Doc fix.
+
 2002-09-08  Richard M. Stallman  <rms@gnu.org>
 
        * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
index 06387062feb151d54304d8116fa04ccf8ef97044..a5fa7026505c489037cdd9ced3f8966d14b4cd12 100644 (file)
@@ -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)