xartigas pushed a commit to branch master.

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

commit 92d2cc7ae362275f2a7512778e1f0fa994cdc946
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Thu Nov 28 11:08:11 2019 +0100

    Efl.Canvas.Text: Further update docs
---
 src/lib/evas/canvas/efl_canvas_text.eo | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/evas/canvas/efl_canvas_text.eo 
b/src/lib/evas/canvas/efl_canvas_text.eo
index 2367f51bcc..e242c78920 100644
--- a/src/lib/evas/canvas/efl_canvas_text.eo
+++ b/src/lib/evas/canvas/efl_canvas_text.eo
@@ -19,7 +19,9 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object 
implements Efl.Text,
       }
       cursor_add {
          [[Adds an existing cursor to the text object.
-           It is typically more convenient to obtain a cursor directly from 
the text object using @.cursor_create.]]
+           If the cursor already belonged to another text object it will be 
reassigned to the new one.
+           It is typically more convenient to obtain a cursor directly from 
the text object using @.cursor_create.
+         ]]
          params {
             cursor: Efl.Text.Cursor; [[The text cursor to use.]]
          }

-- 


Reply via email to