]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Sat, 17 Feb 2018 16:12:23 +0000 (18:12 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 17 Feb 2018 16:12:23 +0000 (18:12 +0200)
lisp/textmodes/flyspell.el

index 5568bbb1d97e96af7e0c779dd8e7ed3fb07da8c7..d7f0b0a7c19e6f57438648225d084b796033f1e3 100644 (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))