diff --git a/components/compiler/extensions.hpp b/components/compiler/extensions.hpp
index 9fb9bdb95a..2adf25a57d 100644
--- a/components/compiler/extensions.hpp
+++ b/components/compiler/extensions.hpp
@@ -20,9 +20,9 @@ namespace Compiler
l - Integer
s - Short
S - String, case preserved
- x - Optional, ignored string argument
- X - Optional, ignored numeric expression
- z - Optional, ignored string or numeric argument
+ x - Optional, ignored string argument. Emits a parser warning when this argument is supplied.
+ X - Optional, ignored numeric expression. Emits a parser warning when this argument is supplied.
+ z - Optional, ignored string or numeric argument. Emits a parser warning when this argument is supplied.
j - A piece of junk (either . or a specific keyword)
**/
typedef std::string ScriptArgs;