; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix a typo.

This commit is contained in:
Eli Zaretskii 2018-02-17 18:12:23 +02:00
parent e5a29330aa
commit 42f9dc4473

View file

@ -2000,7 +2000,7 @@ that position."
(let ((new-word replace))
(if (not (equal new-word (car poss)))
(progn
;; the save the current replacements
;; then save the current replacements
(setq flyspell-auto-correct-region
(cons start (length new-word)))
(let ((l replacements))