diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml
index ae5f38bb227..14ae0a31b6e 100644
--- a/doc/classes/GraphEdit.xml
+++ b/doc/classes/GraphEdit.xml
@@ -273,6 +273,12 @@
Emitted when a GraphNode is selected.
+
+
+
+
+
+
Emitted when the user presses [code]Ctrl + V[/code].
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml
index 1f98decef45..072b5ba3ebc 100644
--- a/doc/classes/ProjectSettings.xml
+++ b/doc/classes/ProjectSettings.xml
@@ -92,7 +92,7 @@
-
+
Loads the contents of the .pck or .zip file specified by [code]pack[/code] into the resource filesystem ([code]res://[/code]) at the [code]destination[/code] path, if given. Returns [code]true[/code] on success.