From 3abbe31d6bf6705e83151ec1f1bf92ebcf8420b8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 12 Feb 2014 19:24:30 +0100 Subject: manpage: lua: minor fixes --- DOCS/man/en/lua.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst index d016e3b7dc..abee054eb9 100644 --- a/DOCS/man/en/lua.rst +++ b/DOCS/man/en/lua.rst @@ -40,8 +40,8 @@ The ``mp`` module is preloaded, although it can be loaded manually with ``require 'mp'``. It provides the core client API. ``mp.command(string)`` - Run the command the given command. This is similar to the commands used in - input.conf. See `List of Input Commands`_. + Run the given command. This is similar to the commands used in input.conf. + See `List of Input Commands`_. Returns true on success, or ``nil, error`` on error. @@ -140,8 +140,8 @@ The ``mp`` module is preloaded, although it can be loaded manually with Returns a timer handle. See ``mp.cancel_timer``. ``mp.cancel_timer(t)`` - Terminate the given timer. t is the value returned by ``mp.add_timeout`` - or ``mp.add_periodic_timer``. + Terminate the given timer. t is a timer handle (value returned by + ``mp.add_timeout`` or ``mp.add_periodic_timer``). ``mp.get_opt(key)`` Return a setting from the ``--lua-opts`` option. It's up to the user and -- cgit v1.2.3