diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-02-17 18:12:23 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-02-17 18:12:23 +0200 |
commit | 42f9dc4473d91654c9641da6d0c0fcba026d6db4 (patch) | |
tree | 1cfd38deedbf8ebd3a2791d0a1433ec2433a8a9e /lisp/textmodes/flyspell.el | |
parent | e5a29330aae4491fd384bacaff6f453c6434d322 (diff) | |
download | emacs-42f9dc4473d91654c9641da6d0c0fcba026d6db4.tar.gz |
; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix a typo.
Diffstat (limited to 'lisp/textmodes/flyspell.el')
-rw-r--r-- | lisp/textmodes/flyspell.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |