1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 00:58:36 +00:00

fix typo in in lua_parse description

s/you put (you place 'conky_' in front of it)/\1/
This commit is contained in:
dessert1 2021-08-03 10:43:43 +02:00 committed by Brenden Matthews
parent 8f5014b90f
commit 3afb405359

View File

@ -2133,7 +2133,7 @@
<listitem>Executes a Lua function with given parameters, then prints
the returned string. See also 'lua_load' on how to load scripts. Conky
puts 'conky_' in front of function_name to prevent accidental calls to
the wrong function unless you put you place 'conky_' in front of it
the wrong function unless you place 'conky_' in front of it
yourself.
<para /></listitem>
</varlistentry>
@ -2149,7 +2149,7 @@
bar. Expects result value to be an integer between 0 and 100. See also
'lua_load' on how to load scripts. Conky puts 'conky_' in front of
function_name to prevent accidental calls to the wrong function unless
you put you place 'conky_' in front of it yourself.
you place 'conky_' in front of it yourself.
<para /></listitem>
</varlistentry>
<varlistentry>
@ -2164,7 +2164,7 @@
gauge. Expects result value to be an integer between 0 and 100. See
also 'lua_load' on how to load scripts. Conky puts 'conky_' in front
of function_name to prevent accidental calls to the wrong function
unless you put you place 'conky_' in front of it yourself.
unless you place 'conky_' in front of it yourself.
<para /></listitem>
</varlistentry>
<varlistentry>
@ -2196,7 +2196,7 @@
then parses and prints the result value as per the syntax for the
conky.text section. See also 'lua_load' on how to load scripts. Conky
puts 'conky_' in front of function_name to prevent accidental calls to
the wrong function unless you put you place 'conky_' in front of it
the wrong function unless you place 'conky_' in front of it
yourself.
<para /></listitem>
</varlistentry>