Skip to content

Commit

Permalink
DOCS/lua: remove superfluous parameter
Browse files Browse the repository at this point in the history
This seems to have been a leftover from copying the entry below it.
  • Loading branch information
christoph-heinrich authored and Dudemanguy committed Sep 30, 2023
1 parent 3a572c7 commit e969072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCS/man/lua.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e969072

Please sign in to comment.