From ceca513e9db832fdc51063763eb36acbb41a6e65 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 17 Feb 2014 20:23:48 +0100 Subject: manpage: lua: fix typo --- DOCS/man/en/lua.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst index 25f1a81f96..f998e3e6b3 100644 --- a/DOCS/man/en/lua.rst +++ b/DOCS/man/en/lua.rst @@ -120,7 +120,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with x script_message lua/fooscript something "hello" "you" - This will print the lines ``arg1=hello`` and ``arg2=something`` when the + This will print the lines ``arg1=hello`` and ``arg2=you`` when the key ``x`` is pressed. Also see ``mp.add_key_binding`` how to add key bindings by default. -- cgit v1.2.3