diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml
index 2b53a7b533..0a2e59414f 100644
--- a/Docs/Luadoc/LuaDocumentation.xml
+++ b/Docs/Luadoc/LuaDocumentation.xml
@@ -31,6 +31,9 @@ save yourself some time, copy this for undocumented things:
[02 Colors.lua] Returns a color with the specified alpha.
+
+ [03 CustomSpeedMods.lua]
+
[02 StageMods.lua]
@@ -1572,6 +1575,9 @@ save yourself some time, copy this for undocumented things:
Returns the number of items in the ActorScroller.
+
+ Returns the number of seconds the scroller pauses between items.
+
Returns the number of seconds until the scroller reaches its destination.
@@ -3191,6 +3197,9 @@ save yourself some time, copy this for undocumented things:
Returns the player's grade.
+
+ Returns the player's HighScore.
+
Returns the number of judgments for a specified HoldNoteScore.
@@ -3589,7 +3598,7 @@ save yourself some time, copy this for undocumented things:
Return the width of the display.
- Return the FPS.
+ Return the number of frames per second.
Return the VPF.
@@ -3685,6 +3694,9 @@ save yourself some time, copy this for undocumented things:
+
+ Returns the number of frames in this texture.
+
Return the texture coordinate rectangle as {left, top, right, bottom}.
@@ -3961,6 +3973,9 @@ save yourself some time, copy this for undocumented things:
Tells the screen to go to the previous screen.
+
+ Returns true if the screen is currently transitioning.
+
Tells the screen to go to play its Out transition, and then posts the ScreenMessage sScreenMsg. To go to the next screen, use "SM_GoToNextScreen" as the argument.
@@ -4050,6 +4065,9 @@ save yourself some time, copy this for undocumented things:
Returns the songfile path.
+
+ [02 Other.lua] Returns the number of stages this song costs.
+
Returns a table of Steps that have StepsType st.