diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-10 19:13:19 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-10 19:13:19 +0100 |
commit | 87df83a1fb1dcea340b7bdfafe18a54edb327590 (patch) | |
tree | 0098381010dcbd82add1736a3afa93e5f0e03c8c /doc/fr/weechat_plugin_api.fr.txt | |
parent | aaa0cf19545857cb557787fa08588137bb8c8a88 (diff) | |
download | weechat-87df83a1fb1dcea340b7bdfafe18a54edb327590.zip |
doc: fix buffer argument for function "command": NULL value means current buffer, not core buffer (bug #38057)
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.txt')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 64faba5dc..93a52ed18 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -12096,7 +12096,7 @@ void weechat_command (struct t_gui_buffer *buffer, const char *command); Paramètres : * 'buffer' : pointeur vers le tampon (la commande est exécutée sur ce tampon, - NULL pour le tampon "core") + NULL pour le tampon courant) * 'command' : commande à exécuter (si elle commence par "/"), ou texte à envoyer au tampon |