efl_ui_focus_composition: fix docs
authorMarcel Hollerbach <marcel@osg.samsung.com>
Thu, 30 Nov 2017 14:12:44 +0000 (15:12 +0100)
committerMarcel Hollerbach <marcel@osg.samsung.com>
Thu, 30 Nov 2017 18:20:42 +0000 (19:20 +0100)
src/lib/elementary/efl_ui_focus_composition.eo

index ef72475..dd7fcaa 100644 (file)
@@ -34,7 +34,10 @@ mixin Efl.Ui.Focus.Composition (Efl.Interface, Elm.Widget ) {
          ]]
       }
       @property custom_manager @protected {
-         [[Every widget will be registered in this manager]]
+         [[Register all children in this manager
+
+           Set to $null to register them in the same manager as the implementor is
+         ]]
          values {
             custom_manager : Efl.Ui.Focus.Manager;
          }