diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-06 08:25:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-06 08:25:20 +0100 |
commit | 8bb5ab6c44149f5c1b6684c10a2f2380ff314104 (patch) | |
tree | 416b1875ebaf7e331d5cd9a1670753d93c7f3fa0 /doc/en | |
parent | 01eef6b5d735050bceb0d515259cc746f20b0bc1 (diff) | |
parent | a1e20fb9622c2739c65da15b4bd82d21c8b08897 (diff) | |
download | weechat-8bb5ab6c44149f5c1b6684c10a2f2380ff314104.zip |
Merge pull request #835 from l/master/translation/ja_JP
core: update Japanese translations
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 0765f04ac..994a947bf 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -9568,7 +9568,7 @@ recommended to choose a name with a unique prefix, like "plugin_xxx" (where [IMPORTANT] The callback must only call function <<_hook_completion_list_add,hook_completion_list_add>> and must *NOT* update the command line. + -To update the command line when key[Tab] is pressed, you can use the function +To update the command line when kbd:[Tab] is pressed, you can use the function <<_hook_command_run,hook_command_run>> with command: "/input complete_next" (and you must return _WEECHAT_RC_OK_EAT_ if your callback has updated the command line, so that WeeChat will not perform the completion). |