1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

; * lisp/vc/ediff-diff.el (ediff-auto-refine): Fix last change.

This commit is contained in:
Eli Zaretskii 2023-05-13 17:00:47 +03:00
parent e6585e0be2
commit c96c8a9a7d

View File

@ -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 `*'.