Subject: [PATCH] Documentation fix, now it is more specified in eina list, in
 eina stringshare there was one mistake

Change-Id: Ia3c5f0c3c11ae91e5a018d0234d3233719e6a0e2
---
 trunk/eina/src/include/eina_list.h        |    4 ++--
 trunk/eina/src/include/eina_stringshare.h |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/trunk/eina/src/include/eina_list.h b/trunk/eina/src/include/eina_list.h
index b78eb64..a36bd21 100644
--- a/trunk/eina/src/include/eina_list.h
+++ b/trunk/eina/src/include/eina_list.h
@@ -954,8 +954,8 @@ EAPI Eina_List            *eina_list_merge(Eina_List *left, Eina_List *right) EI
  * smallest one to be head of the returned list. It will continue this process
  * for all entry of both list.
  *
- * Both left and right do not exist anymore after the merge.
- * If @p func is @c NULL, it will return @c NULL.
+ * Both left and right lists are not vailid anymore after the merge and should
+ * not be used. If @p func is @c NULL, it will return @c NULL.
  *
  * Example:
  * @code
diff --git a/trunk/eina/src/include/eina_stringshare.h b/trunk/eina/src/include/eina_stringshare.h
index 9a05bcd..21daeaf 100644
--- a/trunk/eina/src/include/eina_stringshare.h
+++ b/trunk/eina/src/include/eina_stringshare.h
@@ -311,7 +311,7 @@ EAPI void               eina_stringshare_del(Eina_Stringshare *str);
  * @brief Note that the given string @b must be shared.
  *
  * @param str the shared string to know the length. It is safe to
- *        give @c NULL, in that case @c -1 is returned.
+ *        give @c NULL, in that case @c 0 is returned.
  * @return The length of a shared string.
  *
  * This function is a cheap way to known the length of a shared
-- 
1.7.6.3

