From 5a4fc8684eaad79ab22d44cf27c0a16a34c07123 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Sun, 6 Sep 2020 13:58:03 +0200 Subject: manpage: fix typo Change 'already by defined' to 'already defined' and reformat the paragaph. --- DOCS/man/mpv.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index c068f87ece..09c3e24ea6 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -777,10 +777,10 @@ expression returns true, the profile is applied, if it returns false, it is ignored. This Lua code execution is not sandboxed. Any variables in condition expressions can reference properties. If an -identifier is not already by defined by Lua or mpv, it is interpreted as -property. For example, ``pause`` would return the current pause status. If the -variable name contains any ``_`` characters, they are turned into ``-``. For -example, ``playback_time`` would return the property ``playback-time``. +identifier is not already defined by Lua or mpv, it is interpreted as property. +For example, ``pause`` would return the current pause status. If the variable +name contains any ``_`` characters, they are turned into ``-``. For example, +``playback_time`` would return the property ``playback-time``. A more robust way to access properties is using ``p.property_name`` or ``get("property-name", default_value)``. The automatic variable to property -- cgit v1.2.3