summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-08-12 14:52:52 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-08-12 18:37:45 +0200
commit2e7fd30ae5dda2ff37de9e5b1655c06288c9aa37 (patch)
treed78bd3ad23f83a7cf1258084d8d2c4434c1e8080 /doc/en
parent5d31e316a12a1f240c18231cd7dd3b29e2d40118 (diff)
downloadweechat-2e7fd30ae5dda2ff37de9e5b1655c06288c9aa37.zip
doc: add a chapter about aspell dictionaries (user's guide)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.adoc26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index d7b2e8cac..7cce7f982 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -2129,6 +2129,32 @@ Sections:
Aspell plugin lets you check spelling in command line. It is possible to use
many languages by buffer.
+Spell checking is disabled by default and can be toggled with key kbd:[Alt+s].
+
+[[aspell_dictionaries]]
+==== Dictionaries
+
+Before using spell checking, dictionaries must be defined, either globally or
+specific to buffers.
+
+Multiple dictionaries can be used at same time: WeeChat will check words in all
+dictionaries.
+
+For example to use English and French:
+
+----
+/set aspell.check.default_dict "en,fr"
+----
+
+It is possible to use a different dictionary on a specific buffer, for example
+on a German channel:
+
+----
+/aspell setdict de
+----
+
+For more information, see the command <<command_aspell_aspell,/aspell>>.
+
[[aspell_speller_options]]
==== Speller options