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/it | |
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/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 633d005c8..2f42f8798 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -12035,7 +12035,7 @@ void weechat_command (struct t_gui_buffer *buffer, const char *command); Argomenti: * 'buffer': puntatore al buffer (il comando viene eseguito su questo buffer, - utilizzare NULL per il buffer core di WeeChat) + utilizzare NULL per il buffer corrente) * 'command': comando da eseguire (se preceduto da "/"), oppure il testo viene inviato sul buffer |