diff --git a/src/plugins/plugin-api.c b/src/plugins/plugin-api.c index 9001716ab..770a3b7bb 100644 --- a/src/plugins/plugin-api.c +++ b/src/plugins/plugin-api.c @@ -352,8 +352,8 @@ plugin_api_command (struct t_weechat_plugin *plugin, } /* - * Modifier to decode ANSI colors: convert ANSI color codes to WeeChat colors - * (or removes them) + * Modifier callback: decodes ANSI colors: converts ANSI color codes to WeeChat + * colors (or removes them). */ char * @@ -374,7 +374,8 @@ plugin_api_modifier_color_decode_ansi_cb (const void *pointer, void *data, } /* - * Modifier to encode ANSI colors: convert WeeChat colors to ANSI color codes + * Modifier callback: encodes ANSI colors: converts WeeChat colors to ANSI + * color codes. */ char *