diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml
index c55d704264..fdbfd37f93 100644
--- a/Docs/Luadoc/LuaDocumentation.xml
+++ b/Docs/Luadoc/LuaDocumentation.xml
@@ -63,13 +63,13 @@
Returns a color from a string. color can be in hex ("#FFFFFFFF") or 0..1 values ("1.0,1.0,1.0,1.0"), in RGBA order.
-
+
[02 Colors.lua] Returns a darker tone of the color. (Specifically c[1]/2, c[2]/2, c[3]/2, c[4])
-
+
[02 Colors.lua] Returns a lighter tone of the color. (Specifically c[1]+(c[1]/2), c[2]+(c[2]/2), c[3]+(c[3]/2), c[4])
-
+
[02 Colors.lua] Returns a midtone of the color. (Specifically c[1]/1.5, c[2]/1.5, c[3]/1.5, c[4])
@@ -183,7 +183,7 @@
Returns the theme's aspect ratio.
-
+
[03 ThemePrefs.lua] (Alias for .)
@@ -302,7 +302,7 @@
[03 Gameplay.lua] Returns the value to start showing the miss combo at.
-
+
Creates a module. See the Lua manual for more details.
@@ -314,7 +314,7 @@
Returns Month m as a string.
-
+
"Allows a program to traverse all fields of a table. Its first argument is a
table and its second argument is an index in this table.
next returns the next index of the table and its associated value."
@@ -323,7 +323,7 @@
[03 ThemePrefs.lua] Returns a Lua option row for ProTiming.
-
+
"Returns three values: the function, the table t, and nil,
so that the construction for k,v in pairs(t) do body end
will iterate over all key–value pairs of table t."
@@ -368,7 +368,7 @@
Sends the current style to the server.
-
+
Loads the specified module. See the Lua manual for more information.
@@ -476,7 +476,7 @@
Returns the type of the object as a string. See the Lua manual for valid return values.
-
+
"Returns the elements from the given table.
This function is equivalent to return list[i], list[i+1], ···, list[j]"
(i and j are optional; "by default, i is 1 and j is the length of the list.")
@@ -508,7 +508,7 @@
[04 FileUtils.lua] Writes buf to the file at path.
-
+
[03 GamePreferences.lua]
@@ -3589,7 +3589,7 @@
Returns a table of popular songs.
-
+
Returns a table of courses as they'd appear in preferred sort.