summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-19 16:01:18 +0100
committerwm4 <wm4@nowhere>2014-02-19 16:01:18 +0100
commit15fa1202229b149cc52448535f7fcd0e7f6aba08 (patch)
treece45d1fed0c0188d5e4d236c1f93259564ab978b /DOCS
parent0ad2211508a513b8e38623fcebfa4937d001c30d (diff)
downloadmpv-15fa1202229b149cc52448535f7fcd0e7f6aba08.tar.bz2
mpv-15fa1202229b149cc52448535f7fcd0e7f6aba08.tar.xz
manpage: lua: improve explanation of tracks-changed and tracks-switched
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/lua.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst
index 2d6a7728b6..93a169a391 100644
--- a/DOCS/man/en/lua.rst
+++ b/DOCS/man/en/lua.rst
@@ -312,12 +312,12 @@ List of events
Happens atfer a file was loaded and begins playback.
``tracks-changed``
- List of video/audio/sub tracks was updated. (This happens on playback start,
- and very rarely during playback.)
+ The list of video/audio/sub tracks was updated. (This happens on playback
+ start, and very rarely during playback.)
``track-switched``
- A video/audio/sub track was switched. This usually happens on user
- interaction, or if a script changes track.
+ A video/audio/subtitle track was switched on or off. This usually happens
+ when the user (or a script) changes the subtitle track and so on.
``idle``
Idle mode is entered. This happens when playback ended, and the player was