; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix last change.
This commit is contained in:
parent
f73905af2d
commit
9f5d8da5cc
1 changed files with 4 additions and 3 deletions
|
@ -1917,9 +1917,10 @@ before point that's highlighted as misspelled."
|
||||||
;;*---------------------------------------------------------------------*/
|
;;*---------------------------------------------------------------------*/
|
||||||
(defun flyspell-auto-correct-word ()
|
(defun flyspell-auto-correct-word ()
|
||||||
"Correct the current word.
|
"Correct the current word.
|
||||||
This command proposes various successive corrections for the current word.
|
This command proposes various successive corrections for the
|
||||||
If invoked repeatedly with point on a word, it cycles through the
|
current word. If invoked repeatedly on the same position, it
|
||||||
possible corrections."
|
cycles through the possible corrections of the word at or near
|
||||||
|
that position."
|
||||||
(interactive)
|
(interactive)
|
||||||
;; If we are not in the construct where flyspell should be active,
|
;; If we are not in the construct where flyspell should be active,
|
||||||
;; invoke the original binding of M-TAB, if that was recorded.
|
;; invoke the original binding of M-TAB, if that was recorded.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue