]> git.eshelyaron.com Git - emacs.git/commitdiff
(Spelling): Add turn-on-flyspell. (Bug#2517)
authorReiner Steib <Reiner.Steib@gmx.de>
Thu, 5 Mar 2009 20:52:44 +0000 (20:52 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Thu, 5 Mar 2009 20:52:44 +0000 (20:52 +0000)
doc/emacs/ChangeLog
doc/emacs/fixit.texi

index 61b0d138036d81073b2bd66329ad1017631a94c3..8d88b86b1a11c4c8138f4b1f105c79f4f53d4507 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-05  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * fixit.texi (Spelling): Add turn-on-flyspell.  (Bug#2517)
+
 2009-03-05  Glenn Morris  <rgm@gnu.org>
 
        * rmail.texi (Rmail Basics): Add reference to sorting.
index 6b7d6c3da587aaa72da96be5919f936145a2ed47..a634a67193ec69b2685f2514d10387d55388c220 100644 (file)
@@ -396,6 +396,10 @@ When it finds a word that it does not recognize, it highlights that
 word.  This does not interfere with your editing, but when you see the
 highlighted word, you can move to it and fix it.  Type @kbd{M-x
 flyspell-mode} to enable or disable this mode in the current buffer.
+@findex turn-on-flyspell
+To enable @code{flyspell-mode} in all text mode buffers, add
+@code{turn-on-flyspell} to @code{text-mode-hook}.
+
 
   When Flyspell mode highlights a word as misspelled, you can click on
 it with @kbd{Mouse-2} to display a menu of possible corrections and