projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5a2933
)
; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix a typo.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 17 Feb 2018 16:12:23 +0000
(18:12 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 17 Feb 2018 16:12:23 +0000
(18:12 +0200)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index 5568bbb1d97e96af7e0c779dd8e7ed3fb07da8c7..d7f0b0a7c19e6f57438648225d084b796033f1e3 100644
(file)
--- 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
+ ;; the
n
save the current replacements
(setq flyspell-auto-correct-region
(cons start (length new-word)))
(let ((l replacements))