manpage: use Lua for Lua example

This commit is contained in:
wm4 2014-02-11 15:21:41 +01:00
parent 891f58e834
commit 37a4e6b583
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
::
mp.command("loadfile " + filename + " append")
mp.command("loadfile " .. filename .. " append")
mp.commandv("loadfile", filename, "append")
These two commands are equivalent, except that the first version breaks