From 37a4e6b583b26289abfa3d91ed9cbe1bfdce1b0f Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 11 Feb 2014 15:21:41 +0100 Subject: manpage: use Lua for Lua example --- DOCS/man/en/lua.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst index c87388bfc6..c065a093dd 100644 --- a/DOCS/man/en/lua.rst +++ b/DOCS/man/en/lua.rst @@ -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 -- cgit v1.2.3