Sharon Kimble writes:

> When I'm writing in org-mode I very often make spelling mistakes which I
> can go back to later to correct. So how can I jump from one mistake to
> the next please?

If you have Flyspell mode enabled in the buffer,
flyspell-goto-next-error (bound to `C-,' by default) will jump to the
next marked word, cycling around once you've reached the last marked
word in the buffer.

There's also `M-x ispell', which provides an interface for going through
misspelled words and presents you with suggestions.

See (info "(emacs)Spelling") for more information.

Reply via email to