From 676570a6435ef7bcec9c37332155b0c3b0080e0f Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Wed, 19 Apr 2017 08:13:37 +0200 Subject: manpage: replace gendered pronouns --- DOCS/man/lua.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst index e2f47a862a..cfd622b078 100644 --- a/DOCS/man/lua.rst +++ b/DOCS/man/lua.rst @@ -240,7 +240,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with This will print the message ``the key was pressed`` when ``x`` was pressed. The user can remap these key bindings. Then the user has to put the - following into his input.conf to remap the command to the ``y`` key: + following into their input.conf to remap the command to the ``y`` key: :: @@ -259,7 +259,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with ``mp.add_forced_key_binding(...)`` This works almost the same as ``mp.add_key_binding``, but registers the - key binding in a way that will overwrite the user's custom bindings in his + key binding in a way that will overwrite the user's custom bindings in their input.conf. (``mp.add_key_binding`` overwrites default key bindings only, but not those by the user's input.conf.) -- cgit v1.2.3