diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-27 07:46:23 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-27 07:46:23 +0100 |
commit | ef4476be657fcae15c715406c36086e628cf0a33 (patch) | |
tree | ebeae1092a50feafd29562963dc4e8157d076c7e /doc | |
parent | 1b76e0e18c7cd21c333caf40b1ff2603d9128cb2 (diff) | |
download | weechat-ef4476be657fcae15c715406c36086e628cf0a33.zip |
doc: fix description of function "command" in plugin API reference
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.asciidoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.asciidoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.asciidoc | 3 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.asciidoc | 3 |
4 files changed, 6 insertions, 4 deletions
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc index 5deef0cd4..ea8ea38d2 100644 --- a/doc/en/weechat_plugin_api.en.asciidoc +++ b/doc/en/weechat_plugin_api.en.asciidoc @@ -12492,7 +12492,7 @@ Functions for executing WeeChat commands. _Updated in 1.1._ -Execute a command. +Execute a command or send text to buffer. Prototype: diff --git a/doc/fr/weechat_plugin_api.fr.asciidoc b/doc/fr/weechat_plugin_api.fr.asciidoc index f8e920bce..b204c6fd1 100644 --- a/doc/fr/weechat_plugin_api.fr.asciidoc +++ b/doc/fr/weechat_plugin_api.fr.asciidoc @@ -12740,7 +12740,7 @@ Fonctions pour exécuter des commandes WeeChat. _Mis à jour dans la 1.1._ -Exécuter une commande. +Exécuter une commande ou envoyer du texte au tampon. Prototype : diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc index 35a82b4c4..52f81c09f 100644 --- a/doc/it/weechat_plugin_api.it.asciidoc +++ b/doc/it/weechat_plugin_api.it.asciidoc @@ -12868,7 +12868,8 @@ Funzioni per eseguire comandi di WeeChat. // TRANSLATION MISSING _Updated in 1.1._ -Esegue un comando. +// TRANSLATION MISSING +Execute a command or send text to buffer. Prototipo: diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc index 61e9907c0..e9c0e0cbb 100644 --- a/doc/ja/weechat_plugin_api.ja.asciidoc +++ b/doc/ja/weechat_plugin_api.ja.asciidoc @@ -12488,7 +12488,8 @@ WeeChat コマンドを実行する関数。 _バージョン 1.1 で更新。_ -コマンドを実行。 +// TRANSLATION MISSING +Execute a command or send text to buffer. プロトタイプ: |