From c16dd6dcde95faf7234c61c658181e0f19f4a747 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 29 Dec 2013 10:20:36 +0100 Subject: [PATCH] doc: fix typo in return value of function weechat_list_prev (plugin API reference) --- doc/en/weechat_plugin_api.en.txt | 2 +- doc/it/weechat_plugin_api.it.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: