summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_plugin_api.en.adoc2
-rw-r--r--doc/fr/weechat_plugin_api.fr.adoc2
-rw-r--r--doc/it/weechat_plugin_api.it.adoc2
-rw-r--r--doc/ja/weechat_plugin_api.ja.adoc2
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_ エラーが起きた場合