diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml
index 8372d153248..54d917c931c 100644
--- a/doc/classes/CanvasItem.xml
+++ b/doc/classes/CanvasItem.xml
@@ -42,6 +42,7 @@
+ Draws an arc between the given angles. The larger the value of [code]point_count[/code], the smoother the curve.
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml
index 75d5a72fb1f..d3090154530 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -504,7 +504,7 @@
Virtual method to be implemented by the user. Returns whether the given [code]point[/code] is inside this control.
If not overridden, default behavior is checking if the point is within control's Rect.
- [b]Node:[/b] If you want to check if a point is inside the control, you can use [code]get_rect().has_point(point)[/code].
+ [b]Note:[/b] If you want to check if a point is inside the control, you can use [code]get_rect().has_point(point)[/code].
diff --git a/doc/classes/Font.xml b/doc/classes/Font.xml
index f7de79913c9..e751a070827 100644
--- a/doc/classes/Font.xml
+++ b/doc/classes/Font.xml
@@ -91,6 +91,7 @@
+ Returns [code]true[/code] if the font has an outline.
diff --git a/doc/classes/InputMap.xml b/doc/classes/InputMap.xml
index 6bbb402b15e..5b83f943cfc 100644
--- a/doc/classes/InputMap.xml
+++ b/doc/classes/InputMap.xml
@@ -60,6 +60,7 @@
+ Sets a deadzone value for the action.
diff --git a/doc/classes/MainLoop.xml b/doc/classes/MainLoop.xml
index 94578008254..d5ca39e09a5 100644
--- a/doc/classes/MainLoop.xml
+++ b/doc/classes/MainLoop.xml
@@ -174,7 +174,7 @@
- Emitted when an user responds to permission request.
+ Emitted when a user responds to a permission request.
diff --git a/doc/classes/NinePatchRect.xml b/doc/classes/NinePatchRect.xml
index 221a3c22c16..8935ac9d94d 100644
--- a/doc/classes/NinePatchRect.xml
+++ b/doc/classes/NinePatchRect.xml
@@ -61,7 +61,7 @@
- Fired when the node's texture changes.
+ Emitted when the node's texture changes.