comparison doc/emacs/fixit.texi @ 102419:2fd3e5c68dab

(Spelling): Add turn-on-flyspell. (Bug#2517)
author Reiner Steib <Reiner.Steib@gmx.de>
date Thu, 05 Mar 2009 20:52:44 +0000
parents 468788460778
children cb15fed5ca65
comparison
equal deleted inserted replaced
102418:b14d67d22033 102419:2fd3e5c68dab
394 in Emacs. It operates by checking words as you change or insert them. 394 in Emacs. It operates by checking words as you change or insert them.
395 When it finds a word that it does not recognize, it highlights that 395 When it finds a word that it does not recognize, it highlights that
396 word. This does not interfere with your editing, but when you see the 396 word. This does not interfere with your editing, but when you see the
397 highlighted word, you can move to it and fix it. Type @kbd{M-x 397 highlighted word, you can move to it and fix it. Type @kbd{M-x
398 flyspell-mode} to enable or disable this mode in the current buffer. 398 flyspell-mode} to enable or disable this mode in the current buffer.
399 @findex turn-on-flyspell
400 To enable @code{flyspell-mode} in all text mode buffers, add
401 @code{turn-on-flyspell} to @code{text-mode-hook}.
402
399 403
400 When Flyspell mode highlights a word as misspelled, you can click on 404 When Flyspell mode highlights a word as misspelled, you can click on
401 it with @kbd{Mouse-2} to display a menu of possible corrections and 405 it with @kbd{Mouse-2} to display a menu of possible corrections and
402 actions. You can also correct the word by editing it manually in any 406 actions. You can also correct the word by editing it manually in any
403 way you like. 407 way you like.