# # # patch "monotone.texi" # from [8e98f7e4f142ddf01b366ca1485ad96c8dcdf716] # to [873f16832743a07b056fd1ecc3512d3b94e4a01d] # ============================================================ --- monotone.texi 8e98f7e4f142ddf01b366ca1485ad96c8dcdf716 +++ monotone.texi 873f16832743a07b056fd1ecc3512d3b94e4a01d @@ -8980,10 +8980,10 @@ @section Additional Lua Functions @smallexample @group @{ - 1 = @{ name = "thingy", args = @{ 1 = "foo", 2 = "bar" @} @}, - 2 = @{ name = "thingy", args = @{ 1 = "baz" @} @}, - 3 = @{ name = "spork", args = @{ @} @}, - 4 = @{ name = "frob", args = @{ 1 = "oops" @} @} + 1 = @{ name = "thingy", values = @{ 1 = "foo", 2 = "bar" @} @}, + 2 = @{ name = "thingy", values = @{ 1 = "baz" @} @}, + 3 = @{ name = "spork", values = @{ @} @}, + 4 = @{ name = "frob", values = @{ 1 = "oops" @} @} @} @end group @end smallexample