Emacs Spell Checking
The manual
TODO
Most common spell checking commands
-
M-$ (or Esc $, or C-[ $) to run
ispell-word. It checks the spelling of the word under the cursor, and offer suggestions. Press i to insert the word to your personal dictionary.
|
Even though the command is |
-
C-; to run
flyspell-auto-correct-previous-wordwhen the point is some chars after the word to be corrected. Keep pressing C-; to loop through the suggestions.