Flyspell-mode

From WikEmacs
Revision as of 13:28, 10 April 2012 by Bozhidar (talk | contribs) (added basic flyspell page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

flyspell-mode' Minor mode performing on-the-fly spelling checking. This spawns a single Ispell process and checks each word. The default flyspell behavior is to highlight incorrect words.

flyspell-mode
Description minor spell checking mode
Author Manuel Serrano
Maintainer FSF
Source http://bzr.savannah.gnu.org/lh/emacs/emacs-24/annotate/head:/lisp/textmodes/flyspell.el
Part of Emacs yes

Basic setup

(require 'flyspell)
(flyspell-mode +1)

Helpful keybindings

[M-$] (or M-x ispell-word)
correct a word using ispell

Common Customization

See Also

Tutorial Pages