From 42f9dc4473d91654c9641da6d0c0fcba026d6db4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 17 Feb 2018 18:12:23 +0200 Subject: [PATCH] ; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix a typo. --- lisp/textmodes/flyspell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 5568bbb1d97..d7f0b0a7c19 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -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)) -- 2.39.2