jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=dc28a344cca342ba68c83a304e159345a2cd9104

commit dc28a344cca342ba68c83a304e159345a2cd9104
Author: Sungtaek Hong <[email protected]>
Date:   Mon Jan 29 21:17:26 2018 +0900

    elm_index: fix documentation of wrong param name
    
    Reviewers: jpeg, woohyun, eunue, conr2d, Jaehyun_Cho
    
    Reviewed By: Jaehyun_Cho
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D5767
---
 src/lib/elementary/elm_index.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elementary/elm_index.eo b/src/lib/elementary/elm_index.eo
index ee79dd34d1..c0c12c31a9 100644
--- a/src/lib/elementary/elm_index.eo
+++ b/src/lib/elementary/elm_index.eo
@@ -98,7 +98,7 @@ class Elm.Index (Efl.Ui.Layout, Efl.Ui.Direction,
            $item will be the pointer returned back on $"changed",
            "delay,changed" and $"selected" smart events.
 
-           Note: If $relative is $NULL this function will behave as
+           Note: If $after is $NULL this function will behave as
            elm_index_item_append().]]
 
          return: Elm.Widget.Item; [[A handle to the item added or $NULL, on 
errors]]
@@ -127,7 +127,7 @@ class Elm.Index (Efl.Ui.Layout, Efl.Ui.Direction,
            $item will be the pointer returned back on $"changed",
            "delay,changed" and $"selected" smart events.
 
-           Note: If $relative is $NULL this function will behave as
+           Note: If $before is $NULL this function will behave as
            elm_index_item_prepend().]]
 
          return: Elm.Widget.Item; [[A handle to the item added or $NULL, on 
errors]]

-- 


Reply via email to