diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 1cbd635b7..44435be50 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -2969,7 +2969,7 @@ Arguments: Return value: -* pointer to previous item, NULL if pointer was last item in list +* pointer to previous item, NULL if pointer was first item in list C example: diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 2d0fa2a0f..3644ddf7b 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -2971,8 +2971,8 @@ Argomenti: Valore restituito: -* puntatore all'elemento precedente, NULL se il puntatore รจ - l'ultimo elemento nella lista +// TRANSLATION MISSING +* pointer to previous item, NULL if pointer was first item in list Esempio in C: