diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo index 7393e640d5..c35e53bd74 100644 --- a/src/lib/elementary/efl_ui_focus_manager.eo +++ b/src/lib/elementary/efl_ui_focus_manager.eo @@ -205,7 +205,10 @@ class Efl.Ui.Focus.Manager (Efl.Object) { starting from $child.]] } logical_end { - [[Return the last logical object]] + [[Return the last logical object. + + The returned object is the last object that would be returned if you start at the root and move the direction into next. + ]] return : Efl.Ui.Focus.Object; [[Last object]] } }