doc: fix buffer argument for function "command": NULL value means current buffer, not core buffer (bug #38057)

v2.8-utf8proc
Sebastien Helleu 2013-01-10 19:13:19 +01:00
parent aaa0cf1954
commit 87df83a1fb
3 changed files with 3 additions and 3 deletions

View File

@ -11893,7 +11893,7 @@ void weechat_command (struct t_gui_buffer *buffer, const char *command);
Arguments:
* 'buffer': buffer pointer (command is executed on this buffer, use NULL for
WeeChat core buffer)
current buffer)
* 'command': command to execute (if beginning with a "/"), or text to send to
buffer

View File

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

View File

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