summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-05-13 17:00:47 +0300
committerEli Zaretskii <eliz@gnu.org>2023-05-13 17:00:47 +0300
commitc96c8a9a7d22b59af40bf7e963245ae271159bfe (patch)
treeeb885a7ca52c210356c31ab00a12c0421bb632ef
parente6585e0be2efc3f2eaec7210b036169fbdffa9ce (diff)
downloademacs-c96c8a9a7d22b59af40bf7e963245ae271159bfe.tar.gz
; * lisp/vc/ediff-diff.el (ediff-auto-refine): Fix last change.
-rw-r--r--lisp/vc/ediff-diff.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff-diff.el b/lisp/vc/ediff-diff.el
index 0ee973a4de6..42c313b3f07 100644
--- a/lisp/vc/ediff-diff.el
+++ b/lisp/vc/ediff-diff.el
@@ -142,7 +142,7 @@ The status can be =diff(A), =diff(B), or =diff(A+B).")
;;; Fine differences
-(ediff-defvar-local ediff-auto-refine 'on)
+(ediff-defvar-local ediff-auto-refine 'on
"If `on', Ediff auto-highlights fine diffs for the current diff region.
If `off', auto-highlighting is not used. If `nix', no fine diffs are shown
at all, unless the user force-refines the region by hitting `*'.