diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-01 23:30:57 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-01 23:30:57 +0200 |
commit | ca7bcf880b6dffe87976ef40801c8f65ea541b54 (patch) | |
tree | b6ad158f2c4516080af6628c4e51abe93a8953f5 /doc | |
parent | ff83985ef4f4073f9430ee065b1d8982fb7c6318 (diff) | |
download | weechat-ca7bcf880b6dffe87976ef40801c8f65ea541b54.zip |
Fix bug with partial completions
Option "weechat.completion.partial_completion_nick" has been renamed to
"weechat.completion.partial_completion_other".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/weechat_options.xml | 2 | ||||
-rw-r--r-- | doc/en/autogen/weechat_options.xml | 2 | ||||
-rw-r--r-- | doc/fr/autogen/weechat_options.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/de/autogen/weechat_options.xml b/doc/de/autogen/weechat_options.xml index a60cc40f2..e9cf2b6f1 100644 --- a/doc/de/autogen/weechat_options.xml +++ b/doc/de/autogen/weechat_options.xml @@ -646,7 +646,7 @@ </listitem> </itemizedlist> -<command>weechat.completion.partial_completion_nick</command>: partially complete nicks (stop when many nicks found begin with same letters) +<command>weechat.completion.partial_completion_other</command>: partially complete outside commands (stop when many words found begin with same letters) <itemizedlist> <listitem> <para>type: boolean</para> diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml index bbe5b976c..d4461a48d 100644 --- a/doc/en/autogen/weechat_options.xml +++ b/doc/en/autogen/weechat_options.xml @@ -646,7 +646,7 @@ </listitem> </itemizedlist> -<command>weechat.completion.partial_completion_nick</command>: partially complete nicks (stop when many nicks found begin with same letters) +<command>weechat.completion.partial_completion_other</command>: partially complete outside commands (stop when many words found begin with same letters) <itemizedlist> <listitem> <para>type: boolean</para> diff --git a/doc/fr/autogen/weechat_options.xml b/doc/fr/autogen/weechat_options.xml index 65b752119..364ae3c18 100644 --- a/doc/fr/autogen/weechat_options.xml +++ b/doc/fr/autogen/weechat_options.xml @@ -566,7 +566,7 @@ </listitem> </itemizedlist> -<command>weechat.completion.default_template</command>: modèle de complétion par défaut (merci de consulter la documentation pour les codes et valeurs pour le modèle) +<command>weechat.completion.default_template</command>: modèle de complétion par défaut (merci de consulter la documentation pour les codes et valeurs du modèle) <itemizedlist> <listitem> <para>type: chaîne</para> @@ -646,7 +646,7 @@ </listitem> </itemizedlist> -<command>weechat.completion.partial_completion_nick</command>: complète partiellement les pseudos (stoppe quand plusieurs pseudos trouvés commencent par les mêmes lettres) +<command>weechat.completion.partial_completion_other</command>: complète partiellement en dehors des commandes (stoppe quand plusieurs mots trouvés commencent par les mêmes lettres) <itemizedlist> <listitem> <para>type: booléen</para> |