* recalculate every item height again whenever the list width
* changes!
* @note When ELM_LIST_COMPRESS mode is enabled, it also enables
- * compress mode (see elm_genlist_compress_mode_set()) and
+ * compress mode (see elm_genlist_mode_set()) and
* disables homogeneous (see elm_genlist_homogeneous_set()).
*
* @see elm_genlist_mode_get()
* maximum (which increases the performance for scrolling the list). This
* implies 'compressed' mode.
*
- * @see elm_genlist_compress_mode_set()
+ * @see elm_genlist_mode_set()
* @see elm_genlist_homogeneous_get()
*
* @ingroup Genlist