diff --git a/doc/de/dev/plugin_c_api.de.xml b/doc/de/dev/plugin_c_api.de.xml
index e6bf50e64..fc79e5417 100644
--- a/doc/de/dev/plugin_c_api.de.xml
+++ b/doc/de/dev/plugin_c_api.de.xml
@@ -9084,7 +9084,7 @@ weechat_printf (NULL, "WeeChat home is: %s",
Infolists
- Functions to get infolists.
+ Infolists functions.
@@ -9850,7 +9850,7 @@ weechat_printf (NULL, "time value = 0x%ld",
Prototype:
-void weechat_infolist_free (struct t_weelist *weelist);
+void weechat_infolist_free (struct t_infolist *infolist);
diff --git a/doc/en/dev/plugin_c_api.en.xml b/doc/en/dev/plugin_c_api.en.xml
index 051dfcc6e..52e2bb6e9 100644
--- a/doc/en/dev/plugin_c_api.en.xml
+++ b/doc/en/dev/plugin_c_api.en.xml
@@ -9083,7 +9083,7 @@ weechat_printf (NULL, "WeeChat home is: %s",
Infolists
- Functions to get infolists.
+ Infolists functions.
@@ -9849,7 +9849,7 @@ weechat_printf (NULL, "time value = 0x%ld",
Prototype:
-void weechat_infolist_free (struct t_weelist *weelist);
+void weechat_infolist_free (struct t_infolist *infolist);
diff --git a/doc/fr/dev/plugin_c_api.fr.xml b/doc/fr/dev/plugin_c_api.fr.xml
index 9033f4879..e0f3a3888 100644
--- a/doc/fr/dev/plugin_c_api.fr.xml
+++ b/doc/fr/dev/plugin_c_api.fr.xml
@@ -9084,7 +9084,7 @@ weechat_printf (NULL, "WeeChat home is: %s",
Infolists
- Functions to get infolists.
+ Infolists functions.
@@ -9850,7 +9850,7 @@ weechat_printf (NULL, "time value = 0x%ld",
Prototype:
-void weechat_infolist_free (struct t_weelist *weelist);
+void weechat_infolist_free (struct t_infolist *infolist);