mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-29 18:18:39 +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:
parent
8f5014b90f
commit
3afb405359
@ -2133,7 +2133,7 @@
|
|||||||
<listitem>Executes a Lua function with given parameters, then prints
|
<listitem>Executes a Lua function with given parameters, then prints
|
||||||
the returned string. See also 'lua_load' on how to load scripts. Conky
|
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
|
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.
|
yourself.
|
||||||
<para /></listitem>
|
<para /></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -2149,7 +2149,7 @@
|
|||||||
bar. Expects result value to be an integer between 0 and 100. See also
|
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
|
'lua_load' on how to load scripts. Conky puts 'conky_' in front of
|
||||||
function_name to prevent accidental calls to the wrong function unless
|
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>
|
<para /></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -2164,7 +2164,7 @@
|
|||||||
gauge. Expects result value to be an integer between 0 and 100. See
|
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
|
also 'lua_load' on how to load scripts. Conky puts 'conky_' in front
|
||||||
of function_name to prevent accidental calls to the wrong function
|
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>
|
<para /></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -2196,7 +2196,7 @@
|
|||||||
then parses and prints the result value as per the syntax for the
|
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
|
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
|
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.
|
yourself.
|
||||||
<para /></listitem>
|
<para /></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user