diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-22 16:38:06 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-22 16:38:06 +0100 |
commit | 7c793257ffa0d2963a5ce8d34e59534839bdc54a (patch) | |
tree | 31c7c349f45cc4ea63cfdafb40373f5a91f44fb1 /doc/en/autogen/aspell_options.xml | |
parent | 558c9f261446438b5a3d8ff997e0b93143f11a69 (diff) | |
download | weechat-7c793257ffa0d2963a5ce8d34e59534839bdc54a.zip |
Add option aspell.check.real_time (off by default), fix bugs with aspell and utf-8 chars, add function utf8_char_int to API
Diffstat (limited to 'doc/en/autogen/aspell_options.xml')
-rw-r--r-- | doc/en/autogen/aspell_options.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/en/autogen/aspell_options.xml b/doc/en/autogen/aspell_options.xml index 490551962..4977904a8 100644 --- a/doc/en/autogen/aspell_options.xml +++ b/doc/en/autogen/aspell_options.xml @@ -36,6 +36,16 @@ </listitem> </itemizedlist> +<command>aspell.check.real_time</command>: real-time spell checking of words (slower, disabled by default: words are checked only if there's delimiter after) +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: off)</para> + </listitem> +</itemizedlist> + <command>aspell.check.word_min_length</command>: minimum length for a word to be spell checked (use 0 to check all words) <itemizedlist> <listitem> |