diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-02-27 07:45:58 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-02-27 07:46:33 +0100 |
commit | c079cc124e67d3f0826ff4b3ba637617273f9023 (patch) | |
tree | 1f0688be9ee7dc0c0758171a5ee13f0cf575225d /doc | |
parent | 55501b84d6583e22dd626f427b2ec0a3fc347966 (diff) | |
download | weechat-c079cc124e67d3f0826ff4b3ba637617273f9023.zip |
doc: fix typo in plugin API reference
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 00d72ea95..c60adc90e 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -14350,7 +14350,7 @@ Arguments: * _command_: command to execute (if beginning with a "/"), or text to send to buffer -Return value: (_WeeChat ≥ 1.1_) +Return value (_WeeChat ≥ 1.1_): * _WEECHAT_RC_OK_ if successful * _WEECHAT_RC_ERROR_ if error diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 8e8b3f786..2f263a2a3 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -14666,7 +14666,7 @@ Paramètres : * _command_ : commande à exécuter (si elle commence par "/"), ou texte à envoyer au tampon -Valeur de retour : (_WeeChat ≥ 1.1_) +Valeur de retour (_WeeChat ≥ 1.1_) : * _WEECHAT_RC_OK_ si ok * _WEECHAT_RC_ERROR_ si erreur diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index f32a72024..b8c189798 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -14928,7 +14928,7 @@ Argomenti: * _command_: comando da eseguire (se preceduto da "/"), oppure il testo viene inviato sul buffer -Valori restituiti: (_WeeChat ≥ 1.1_) +Valori restituiti (_WeeChat ≥ 1.1_): * _WEECHAT_RC_OK_ se l'operazione ha successo * _WEECHAT_RC_ERROR_ se c'è un errore diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 3ead632f5..a5d56088f 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -14310,7 +14310,7 @@ int weechat_command (struct t_gui_buffer *buffer, const char *command); * _command_: 実行するコマンド ("/" で始まっている場合)、またはバッファに送信するテキスト -戻り値: (_WeeChat バージョン 1.1 以上で利用可_) +戻り値 (_WeeChat バージョン 1.1 以上で利用可_): * _WEECHAT_RC_OK_ 成功した場合 * _WEECHAT_RC_ERROR_ エラーが起きた場合 |