summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgustín Martín <agustin.martin@hispalinux.es>2009-06-09 14:24:32 +0000
committerAgustín Martín <agustin.martin@hispalinux.es>2009-06-09 14:24:32 +0000
commit6f591cf421e797edbcd32880e6c946eb608edd76 (patch)
treebb158c24322313fb43a2743fea7704ccaa4c632c
parent820c1f5036091d13efecc971b8e01005e07f1504 (diff)
downloademacs-6f591cf421e797edbcd32880e6c946eb608edd76.tar.gz
fixit.texi (Spelling): Set default dictionary. Improve descriptions (Bug#2554)
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/fixit.texi33
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 @@
+2009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
+
+ * fixit.texi (Spelling): Set default dictionary. Improve
+ descriptions (Bug#2554)
+
2009-06-08 David Reitter <david.reitter@gmail.com>
* 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
correction.
@vindex ispell-dictionary
+@vindex ispell-local-dictionary
+@vindex ispell-personal-dictionary
@vindex ispell-complete-word-dict
Ispell, Aspell and Hunspell use 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 subprocess, so that it will use a
-different standard dictionary. A separate dictionary is used 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 root and affix information. For some
-languages, there is a spell checking dictionary but no word completion
-dictionary.
+the standard dictionary and your private dictionary. The standard
+dictionary is specified by @code{ispell-local-dictionary} or,
+if @code{nil}, by @code{ispell-dictionary}. If both are @code{nil}
+the default dictionary is selected. The command
+@kbd{M-x ispell-change-dictionary} sets the standard dictionary for
+the buffer and then restarts the subprocess, so that it will use a
+different standard dictionary. Personal dictionary is specified by
+@code{ispell-personal-dictionary}. If @code{nil}, default value is
+used.
+
+ Set variable @code{ispell-dictionary} to select a specific default
+dictionary for all your documents. Set variable
+@code{ispell-local-dictionary} in the local variables section to
+select a specific dictionary for a given document.
+
+ A separate dictionary is used 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 root and affix information. For some languages, there
+is a spell checking dictionary but no word completion dictionary.
@cindex Flyspell mode
@findex flyspell-mode