summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-02 19:09:51 +0100
committerwm4 <wm4@nowhere>2015-03-02 19:09:51 +0100
commitfa65d657d2ae760aa565ea0d3bc3a2aa43bf4158 (patch)
treefc5cc50fe31f435aeb44c612b330ae8ba72294e3 /DOCS
parent89bc2975e951e2a20aa2d02bdb34cc268bb5c5cd (diff)
downloadmpv-fa65d657d2ae760aa565ea0d3bc3a2aa43bf4158.tar.bz2
mpv-fa65d657d2ae760aa565ea0d3bc3a2aa43bf4158.tar.xz
manpage: remove empty line to fix formatting
The HTML rendering of this page formats the ``timeout`` section differently, and we suspect it's because of this. (Or in other words: wtf rst??)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/lua.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index 7cdc29e4ab..7872a753cc 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -326,7 +326,6 @@ The ``mp`` module is preloaded, although it can be loaded manually with
the timer is re-added after the function fn is run.
Returns a timer object. The timer object provides the following methods:
-
``stop()``
Disable the timer. Does nothing if the timer is already disabled.
This will remember the current elapsed time when stopping, so that