diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml
index ff9a688e3a..db542538fb 100644
--- a/stepmania/Docs/LuaDocumentation.xml
+++ b/stepmania/Docs/LuaDocumentation.xml
@@ -159,6 +159,11 @@
Flushes log files to disk.
+
+
+ Creates a RageFile handle with which one can use the commands in .
+
+
Gets the credits message for Player pn.
@@ -970,9 +975,18 @@
+
+ These commands require a RageFile handle. You can create one using
+ .
+
Closes the file and releases it from memory.
+
+ Opens a file at sPath (relative to the StepMania root directory).
+ iAccessType can be set to read (1), write (2), stream (4) or flush to disk on close (8).
+ These can also be combined with addition. For example, to set up read and write, set iAccessType to 3 (1+2).
+