diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index 643da891a16..4bdab50b0f4 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -456,6 +456,8 @@
The current vertical scroll value.
+ If [code]true[/code], text can be selected.
+ If [code]false[/code], text can not be selected by the user or by the [method select] or [method select_all] methods.
If [code]true[/code], shortcut keys for context menu items are enabled, even if the context menu is disabled.