diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index b515b27b31c..b7cf93d672c 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -433,6 +433,7 @@
+ If [code]true[/code], custom [code]font_color_selected[/code] will be used for selected text.
If [code]true[/code], read-only mode is enabled. Existing text cannot be modified and new text cannot be added.
@@ -611,6 +612,7 @@
+ Sets the [Color] of the selected text. [member override_selected_font_color] has to be enabled.