23

I'm using flyspell for spell checking in AucTeX.

How can I ignore or add a word to the dictionary without using the popup menu and without using the mouse?

There's the command flyspell-auto-correct-word (C-.) to go through all suggestions for corrections, is there also a command for saing words to the dictionary?

N.N.
  • 1,379

1 Answers1

22

You can ask for the completion with M-$ and add a word with i (it'll ask before saving it). Use ? to see all options available.

Daimrod
  • 603