diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml
index 3a10276fbc..92ada3deea 100644
--- a/stepmania/Docs/LuaDocumentation.xml
+++ b/stepmania/Docs/LuaDocumentation.xml
@@ -9,15 +9,16 @@
you would want.
To add a link to a function in the current class:
- addx()
+ -> Actor.addx()
To add a link to a function in another class:
- ActorFrame:propagate()
+ -> ActorFrame.propagate()
To add a link to a class:
- ActorFrame
+ -> ActorFrame
To add a link to a global function:
- Basename()
+ -> Basename()
To add a link to an Enum:
- CoinMode -->
+ -> CoinMode
+ -->