summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorAYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>2016-11-06 09:00:00 +0900
committerAYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>2016-11-06 09:00:00 +0900
commit78d3a0572970c14069093838bff2bc62f8362df8 (patch)
treeb523fc0f2d416381f79e38e1dc6da89f5fb53065 /doc/it
parentd5ff36a6deb8b2fb46c8c25a5984043eca48a98b (diff)
downloadweechat-78d3a0572970c14069093838bff2bc62f8362df8.zip
doc: fix typo in plugin API reference
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_plugin_api.it.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc
index 1179e8e22..6b728e504 100644
--- a/doc/it/weechat_plugin_api.it.adoc
+++ b/doc/it/weechat_plugin_api.it.adoc
@@ -9920,7 +9920,7 @@ raccomanda pertanto di scegliere un nome con un prefisso unico, come
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).