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:
parent
cd91e34cb4
commit
ab9ecc746b
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user