diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml
index f88d8915682..fc060337242 100644
--- a/doc/classes/ProjectSettings.xml
+++ b/doc/classes/ProjectSettings.xml
@@ -83,6 +83,8 @@
+ Loads the contents of the .pck or .zip file specified by [code]pack[/code] into the resource filesystem (res://). Returns true on success.
+ Note: If a file from [code]pack[/code] shares the same path as a file already in the resource filesystem, any attempts to load that file will use the file from [code]pack[/code].
@@ -100,6 +102,7 @@
+ Returns true if the specified property exists and its initial value differs from the current value.
@@ -108,12 +111,14 @@
+ Returns the initial value of the specified property. Returns null if the property does not exist.
+ Saves the configuration to the project.godot file.
@@ -122,6 +127,7 @@
+ Saves the configuration to a custom file.