summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
authorChristoph Heinrich <christoph.heinrich@student.tugraz.at>2023-09-30 16:57:04 +0200
committerDudemanguy <random342@airmail.cc>2023-09-30 15:17:10 +0000
commite9690727a0b1eb09106d7364b52a8721d40244db (patch)
tree3eae428c7b7cad82455cb0fed990a94c3635b0c3 /DOCS/man/lua.rst
parent3a572c7a88329666a803bb8eb4de0a5a19e60cf8 (diff)
downloadmpv-e9690727a0b1eb09106d7364b52a8721d40244db.tar.bz2
mpv-e9690727a0b1eb09106d7364b52a8721d40244db.tar.xz
DOCS/lua: remove superfluous parameter
This seems to have been a leftover from copying the entry below it.
Diffstat (limited to 'DOCS/man/lua.rst')
-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 005ca631f3..494e95fcd8 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -199,7 +199,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
Whether this works and how long it takes depends on the command and the
situation. The abort call itself is asynchronous. Does not return anything.
-``mp.del_property(name [,def])``
+``mp.del_property(name)``
Delete the given property. See ``mp.get_property`` and `Properties`_ for more
information about properties. Most properties cannot be deleted.