diff options
| author | Agustín Martín | 2009-06-09 14:24:32 +0000 |
|---|---|---|
| committer | Agustín Martín | 2009-06-09 14:24:32 +0000 |
| commit | 6f591cf421e797edbcd32880e6c946eb608edd76 (patch) | |
| tree | bb158c24322313fb43a2743fea7704ccaa4c632c | |
| parent | 820c1f5036091d13efecc971b8e01005e07f1504 (diff) | |
| download | emacs-6f591cf421e797edbcd32880e6c946eb608edd76.tar.gz emacs-6f591cf421e797edbcd32880e6c946eb608edd76.zip | |
fixit.texi (Spelling): Set default dictionary. Improve descriptions (Bug#2554)
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/fixit.texi | 33 |
2 files changed, 27 insertions, 11 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 3f434f2ce26..2e3abbc1a49 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-06-09 Agustín Martín <agustin.martin@hispalinux.es> | ||
| 2 | |||
| 3 | * fixit.texi (Spelling): Set default dictionary. Improve | ||
| 4 | descriptions (Bug#2554) | ||
| 5 | |||
| 1 | 2009-06-08 David Reitter <david.reitter@gmail.com> | 6 | 2009-06-08 David Reitter <david.reitter@gmail.com> |
| 2 | 7 | ||
| 3 | * macos.texi (Color panel, Font panel): Remove mention of Save Options, | 8 | * macos.texi (Color panel, Font panel): Remove mention of Save Options, |
diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index a634a67193e..7acdc594dd3 100644 --- a/doc/emacs/fixit.texi +++ b/doc/emacs/fixit.texi | |||
| @@ -374,19 +374,30 @@ necessary, since the process uses no time except when you do spelling | |||
| 374 | correction. | 374 | correction. |
| 375 | 375 | ||
| 376 | @vindex ispell-dictionary | 376 | @vindex ispell-dictionary |
| 377 | @vindex ispell-local-dictionary | ||
| 378 | @vindex ispell-personal-dictionary | ||
| 377 | @vindex ispell-complete-word-dict | 379 | @vindex ispell-complete-word-dict |
| 378 | Ispell, Aspell and Hunspell use two dictionaries together for spell checking: | 380 | Ispell, Aspell and Hunspell use two dictionaries together for spell checking: |
| 379 | the standard dictionary and your private dictionary. The variable | 381 | the standard dictionary and your private dictionary. The standard |
| 380 | @code{ispell-dictionary} specifies the file name to use for the | 382 | dictionary is specified by @code{ispell-local-dictionary} or, |
| 381 | standard dictionary; a value of @code{nil} selects the default | 383 | if @code{nil}, by @code{ispell-dictionary}. If both are @code{nil} |
| 382 | dictionary. The command @kbd{M-x ispell-change-dictionary} sets this | 384 | the default dictionary is selected. The command |
| 383 | variable and then restarts the subprocess, so that it will use a | 385 | @kbd{M-x ispell-change-dictionary} sets the standard dictionary for |
| 384 | different standard dictionary. A separate dictionary is used for word | 386 | the buffer and then restarts the subprocess, so that it will use a |
| 385 | completion. The variable @code{ispell-complete-word-dict} specifies | 387 | different standard dictionary. Personal dictionary is specified by |
| 386 | the file name of this dictionary. The completion dictionary must be | 388 | @code{ispell-personal-dictionary}. If @code{nil}, default value is |
| 387 | different because it cannot use root and affix information. For some | 389 | used. |
| 388 | languages, there is a spell checking dictionary but no word completion | 390 | |
| 389 | dictionary. | 391 | Set variable @code{ispell-dictionary} to select a specific default |
| 392 | dictionary for all your documents. Set variable | ||
| 393 | @code{ispell-local-dictionary} in the local variables section to | ||
| 394 | select a specific dictionary for a given document. | ||
| 395 | |||
| 396 | A separate dictionary is used for word completion. The variable | ||
| 397 | @code{ispell-complete-word-dict} specifies the file name of this | ||
| 398 | dictionary. The completion dictionary must be different because it | ||
| 399 | cannot use root and affix information. For some languages, there | ||
| 400 | is a spell checking dictionary but no word completion dictionary. | ||
| 390 | 401 | ||
| 391 | @cindex Flyspell mode | 402 | @cindex Flyspell mode |
| 392 | @findex flyspell-mode | 403 | @findex flyspell-mode |