diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml
index 59bad00f259..09296fb624a 100644
--- a/doc/classes/LineEdit.xml
+++ b/doc/classes/LineEdit.xml
@@ -41,7 +41,25 @@
- Erases the [LineEdit] text.
+ Erases the [LineEdit]'s [member text].
+
+
+
+
+
+
+ Deletes one character at the cursor's current position (equivalent to pressing the [code]Delete[/code] key).
+
+
+
+
+
+
+
+
+
+
+ Deletes a section of the [member text] going from position [code]from_column[/code] to [code]to_column[/code]. Both parameters should be within the text's length.