Evas textblock: Fixed an error in docs.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 11 Jul 2011 11:20:37 +0000 (11:20 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 11 Jul 2011 11:20:37 +0000 (11:20 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61234 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 11372ec..659b294 100644 (file)
@@ -7142,7 +7142,7 @@ EAPI const char                  *evas_textblock_escape_string_get(const char *e
 /**
  * Returns the escaped version of the string.
  * @param string to escape
- * @param len_ret the len of the new escape
+ * @param len_ret the len of the part of the string that was used.
  * @return the escaped string.
  */
 EAPI const char                  *evas_textblock_string_escape_get(const char *string, int *len_ret) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE;