comparison man/fixit.texi @ 62691:1193719f830c

(Spelling): Delete confusing sentence; flyspell is not enabled by default. When not on a word, `ispell-word' by default checks the word before point.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 25 May 2005 01:50:05 +0000
parents 8e852ce0e115
children 3723093a21fd 5b029ff3b08d
comparison
equal deleted inserted replaced
62690:5f6567221e96 62691:1193719f830c
201 it only checks words in comments and string constants. This feature 201 it only checks words in comments and string constants. This feature
202 is useful for editing programs. Type @kbd{M-x flyspell-prog-mode} to 202 is useful for editing programs. Type @kbd{M-x flyspell-prog-mode} to
203 enable or disable this mode in the current buffer. 203 enable or disable this mode in the current buffer.
204 204
205 The other Emacs spell-checking features check or look up words when 205 The other Emacs spell-checking features check or look up words when
206 you give an explicit command to do so. Checking all or part of the 206 you give an explicit command to do so.
207 buffer is useful when you have text that was written outside of this
208 Emacs session and might contain any number of misspellings.
209 207
210 @kindex M-$ 208 @kindex M-$
211 @findex ispell-word 209 @findex ispell-word
212 To check the spelling of the word around or next to point, and 210 To check the spelling of the word around or before point, and
213 optionally correct it as well, use the command @kbd{M-$} 211 optionally correct it as well, use the command @kbd{M-$}
214 (@code{ispell-word}). If the word is not correct, the command offers 212 (@code{ispell-word}). If the word is not correct, the command offers
215 you various alternatives for what to do about it. 213 you various alternatives for what to do about it.
216 214
217 @findex ispell-buffer 215 @findex ispell-buffer