summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
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 92debe8a75..339ec60dd1 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -930,7 +930,7 @@ List of events
``tick``
Called after a video frame was displayed. This is a hack, and you should
avoid using it. Use timers instead and maybe watch pausing/unpausing events
- to avoid wasting CPU when the player is paused.
+ to avoid wasting CPU when the player is paused. This is deprecated.
``shutdown``
Sent when the player quits, and the script should terminate. Normally