emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 42f9dc4: ; * lisp/textmodes/flyspell.el (flyspell


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 42f9dc4: ; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix a typo.
Date: Sat, 17 Feb 2018 11:13:09 -0500 (EST)

branch: emacs-26
commit 42f9dc4473d91654c9641da6d0c0fcba026d6db4
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * 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 5568bbb..d7f0b0a 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]