diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-08-15 20:29:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-08-15 20:29:19 +0000 |
commit | 4bdc86e7dff3d62275dd25606af344e77d059d16 (patch) | |
tree | 0d234ed02018bb854feafafecd4a179a2501ce72 /man/fixit.texi | |
parent | ac9f144d94813ad94023126d23b470d88655aa02 (diff) | |
download | emacs-4bdc86e7dff3d62275dd25606af344e77d059d16.tar.gz |
Clarify ispell use of multiple dictionaries.
Diffstat (limited to 'man/fixit.texi')
-rw-r--r-- | man/fixit.texi | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/man/fixit.texi b/man/fixit.texi index c21b2aa61cd..b272197ee1f 100644 --- a/man/fixit.texi +++ b/man/fixit.texi @@ -319,14 +319,18 @@ more quickly. If you want to get rid of the Ispell process, use process uses no time except when you do spelling correction. @vindex ispell-dictionary - Ispell uses two dictionaries: the standard dictionary and your private -dictionary. The variable @code{ispell-dictionary} specifies the file -name of the standard dictionary to use. A value of @code{nil} says to -use the default dictionary. The command @kbd{M-x -ispell-change-dictionary} sets this variable and then restarts the -Ispell subprocess, so that it will use a different dictionary. + Ispell uses two dictionaries together for spell checking: the +standard dictionary and your private dictionary. The variable +@code{ispell-dictionary} specifies the file name to use for the +standard dictionary; a value of @code{nil} selects the default +dictionary. The command @kbd{M-x ispell-change-dictionary} sets this +variable and then restarts the Ispell subprocess, so that it will use +a different standard dictionary. @vindex ispell-complete-word-dict - The dictionary used by @code{ispell-complete-word} can be -customized separately by setting the value of the variable -@code{ispell-complete-word-dict}. + Ispell uses a separate dictionary for word completion. The variable +@code{ispell-complete-word-dict} specifies the file name of this +dictionary. The completion dictionary must be different because it +cannot use employ root and affix information. For some languages +there is a spell checking dictionary but no word completion +dictionary. |