modify the description of edje_object_part_text_autoperiod_set
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 24 Feb 2011 00:04:31 +0000 (09:04 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 24 Feb 2011 00:04:31 +0000 (09:04 +0900)
Change-Id: I76993bc496fe4ce156915e4af22cac9ec2c9b7a3

src/lib/edje_util.c

index 0317f24..2eb2b84 100644 (file)
@@ -1967,10 +1967,11 @@ edje_object_part_text_autocapitalization_set(const Evas_Object *obj, const char
 
 /**
  * @brief Enables autoperiod
+ * Autoperiod is the feature that period (.) will be automatically added when space bar is pressed twice in a short time.
  *
  * @param obj A valid Evas_Object handle
  * @param part The part name
- * @param autocap EINA_TRUE to enable, EINA_FALSE otherwise
+ * @param autoperiod EINA_TRUE to enable, EINA_FALSE otherwise
  */
 EAPI void
 edje_object_part_text_autoperiod_set(const Evas_Object *obj, const char *part, Eina_Bool autoperiod)