manpage: lua: fix typo

This commit is contained in:
wm4 2014-02-17 20:23:48 +01:00
parent 0f973cc8c6
commit ceca513e9d
1 changed files with 1 additions and 1 deletions

View File

@ -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.