summaryrefslogtreecommitdiff
path: root/lisp/ediff.el
diff options
context:
space:
mode:
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.")