1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(diff): Doc fix.

This commit is contained in:
Markus Rost 2002-09-09 01:43:31 +00:00
parent cd91e34cb4
commit ab9ecc746b
2 changed files with 5 additions and 1 deletions

View 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.

View 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)