From: Eli Zaretskii Date: Sat, 17 Feb 2018 16:12:23 +0000 (+0200) Subject: ; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix a typo. X-Git-Tag: emacs-26.1-rc1~193 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42f9dc4473d91654c9641da6d0c0fcba026d6db4;p=emacs.git ; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix a typo. --- 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))