summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorque <torque@1>2016-03-18 23:49:52 -0700
committerwm4 <wm4@nowhere>2016-03-19 14:09:24 +0100
commit769f79bd39ceacdb34cd011271addf48d79cee5a (patch)
tree49f96d2ddbbb569317053b5d8df9db44d16ca96f
parentf0ba2a54e6cc8411c85081c6e6c802bbdaf0e66d (diff)
downloadmpv-769f79bd39ceacdb34cd011271addf48d79cee5a.tar.bz2
mpv-769f79bd39ceacdb34cd011271addf48d79cee5a.tar.xz
man: lua: fix typo in script-binding example.
This line was added in ae5df9be98e4193342321f30285655fcf88e7e63, and it appears to have been a typo.
-rw-r--r--DOCS/man/lua.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index 245eb58a5d..2e9bfa508f 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -255,7 +255,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
::
- y script-binding fooscript.something
+ y script-binding fooscript/something
``mp.add_forced_key_binding(...)``
This works almost the same as ``mp.add_key_binding``, but registers the