; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix a typo.
This commit is contained in:
parent
e5a29330aa
commit
42f9dc4473
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue