diff --git a/legacy/elementary/src/lib/elm_focus.h b/legacy/elementary/src/lib/elm_focus.h index 9ee5acb333..300ecaec23 100644 --- a/legacy/elementary/src/lib/elm_focus.h +++ b/legacy/elementary/src/lib/elm_focus.h @@ -70,8 +70,8 @@ EAPI Eina_Bool elm_object_focus_get(const Evas_Object *obj); * the focus from @p obj, passing it back to the previous element in the * focus chain list. * - * @warning Only visible object can get a focus. Call evas_object_show(o), if - * you want to give a focus to the evas object. + * @warning Only visible object can get a focus. Call evas_object_show(o) before + * calling this API, if you want to give a focus to the evas object. * * @see elm_object_focus_get(), elm_object_focus_custom_chain_get() *