summaryrefslogtreecommitdiff
path: root/lisp/ediff.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-22 22:14:17 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-22 22:14:17 +0000
commit1df29e8af5d14be2135e87aa878cc198bb162259 (patch)
tree0f02de21f2d895b28bb2ad5fef2f1a36a19f0182 /lisp/ediff.el
parente10879329397dae74ea5707063d0b24dca7559aa (diff)
downloademacs-1df29e8af5d14be2135e87aa878cc198bb162259.tar.gz
Doc fix.
Diffstat (limited to 'lisp/ediff.el')
-rw-r--r--lisp/ediff.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff.el b/lisp/ediff.el
index 013dc7bce9e..c64b359bf3f 100644
--- a/lisp/ediff.el
+++ b/lisp/ediff.el
@@ -978,7 +978,7 @@ Lines that do not match are assumed to be error messages.")
"A list of killed diffs.
A diff is saved here if it is replaced by a diff
from another buffer. This alist has the form:
-((num (A . diff) (B . diff)) ...),
+\((num (A . diff) (B . diff)) ...),
where A or B parts may be missing.")