diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml
index 3eeb8927190..c1c54dd11b1 100644
--- a/doc/classes/LineEdit.xml
+++ b/doc/classes/LineEdit.xml
@@ -43,7 +43,25 @@
- Erases the [LineEdit] text.
+ Erases the [LineEdit]'s [member text].
+
+
+
+
+
+
+ Deletes one character at the cursor's current position (equivalent to pressing [kbd]Delete[/kbd]).
+
+
+
+
+
+
+
+
+
+
+ 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.