diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index c7e4b804c8c..604370d5539 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -457,6 +457,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.