diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index e7e38ee1c..c9368426f 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -5657,7 +5657,7 @@ Prototype: [source,C] ---------------------------------------- -void weechat_config_section_free (struct t_config_option *option); +void weechat_config_section_free (struct t_config_section *section); ---------------------------------------- Arguments: diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 7002dbfbc..908b701a9 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -5721,7 +5721,7 @@ Prototype : [source,C] ---------------------------------------- -void weechat_config_section_free (struct t_config_option *option); +void weechat_config_section_free (struct t_config_section *section); ---------------------------------------- Paramètres : diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index c76333df0..39afaee05 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -5668,7 +5668,7 @@ Prototipo: [source,C] ---------------------------------------- -void weechat_config_section_free (struct t_config_option *option); +void weechat_config_section_free (struct t_config_section *section); ---------------------------------------- Argomenti: