diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/aspell_options.xml | 10 | ||||
-rw-r--r-- | doc/en/autogen/irc_options.xml | 30 |
2 files changed, 40 insertions, 0 deletions
diff --git a/doc/en/autogen/aspell_options.xml b/doc/en/autogen/aspell_options.xml index f6b1c770d..490551962 100644 --- a/doc/en/autogen/aspell_options.xml +++ b/doc/en/autogen/aspell_options.xml @@ -26,6 +26,16 @@ </listitem> </itemizedlist> +<command>aspell.check.during_search</command>: check words during text search in buffer +<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> diff --git a/doc/en/autogen/irc_options.xml b/doc/en/autogen/irc_options.xml index 941df7596..dd16f6b84 100644 --- a/doc/en/autogen/irc_options.xml +++ b/doc/en/autogen/irc_options.xml @@ -16,6 +16,36 @@ </listitem> </itemizedlist> +<command>irc.color.message_join</command>: color for text in join messages +<itemizedlist> + <listitem> + <para>type: color</para> + </listitem> + <listitem> + <para>values: a color name (default value: green)</para> + </listitem> +</itemizedlist> + +<command>irc.color.message_quit</command>: color for text in part/quit messages +<itemizedlist> + <listitem> + <para>type: color</para> + </listitem> + <listitem> + <para>values: a color name (default value: red)</para> + </listitem> +</itemizedlist> + +<command>irc.look.color_nicks_in_server_messages</command>: use nick color in messages from server +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: on)</para> + </listitem> +</itemizedlist> + <command>irc.look.display_away</command>: display message when (un)marking as away <itemizedlist> <listitem> |