summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVolTer <mew.pur.pur@abv.bg>2023-03-08 23:00:27 +0100
committerVolTer <mew.pur.pur@abv.bg>2023-04-08 19:33:56 +0200
commitf587a218990727d23b883ba4e385fda8e0fa47e5 (patch)
tree6386582844c02322e22a5cf1f7e86f1d2f676278 /doc
parent61630d4e1e279278d29576b979b710b9025f473e (diff)
downloadredot-engine-f587a218990727d23b883ba4e385fda8e0fa47e5.tar.gz
Code style improvements to text_edit and related
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/TextEdit.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index a292c594cf..81f5373151 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -498,7 +498,7 @@
<return type="String" />
<param index="0" name="caret_index" type="int" default="-1" />
<description>
- Returns the text inside the selection.
+ Returns the text inside the selection of a caret, or all the carets if [param caret_index] is its default value [code]-1[/code].
</description>
</method>
<method name="get_selection_column" qualifiers="const">
@@ -1375,7 +1375,7 @@
Select whole words as if the user double clicked.
</constant>
<constant name="SELECTION_MODE_LINE" value="4" enum="SelectionMode">
- Select whole lines as if the user tripped clicked.
+ Select whole lines as if the user triple clicked.
</constant>
<constant name="LINE_WRAPPING_NONE" value="0" enum="LineWrappingMode">
Line wrapping is disabled.