doc: fix typo in plugin API reference

v2.8-utf8proc
Sébastien Helleu 2019-02-27 07:45:58 +01:00
parent 55501b84d6
commit c079cc124e
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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_ エラーが起きた場合