diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml
index dd0d6ed411..c6cdacb6ec 100644
--- a/doc/classes/LineEdit.xml
+++ b/doc/classes/LineEdit.xml
@@ -277,7 +277,7 @@
If [code]false[/code], existing text cannot be modified and new text cannot be added.
- If [code]false[/code], "Emoji and Symbols" menu is enabled.
+ If [code]true[/code], "Emoji and Symbols" menu is enabled.
If [code]true[/code], the [LineEdit] width will increase to stay longer than the [member text]. It will [b]not[/b] compress if the [member text] is shortened.
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index 89e2a2017a..3b6f81aebc 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -1300,7 +1300,7 @@
If [code]false[/code], existing text cannot be modified and new text cannot be added.
- If [code]false[/code], "Emoji and Symbols" menu is enabled.
+ If [code]true[/code], "Emoji and Symbols" menu is enabled.
If [code]true[/code], copying or cutting without a selection is performed on all lines with a caret. Otherwise, copy and cut require a selection.