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/de/autogen | |
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/de/autogen')
-rw-r--r-- | doc/de/autogen/weechat_options.xml | 2 |
1 files changed, 1 insertions, 1 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> |