diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index d72d684ebc8..294fafeb134 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -335,6 +335,7 @@ Perform selection, from line/column to line/column. + If [member selecting_enabled] is [code]false[/code], no selection will occur. @@ -342,6 +343,7 @@ Select all the text. + If [member selecting_enabled] is [code]false[/code], no selection will occur.