summaryrefslogtreecommitdiff
path: root/lualibs-lpeg.lua
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-05-10 21:19:21 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-05-10 21:19:21 +0300
commitc10ee230c83a5dfcda077652c2b16bc8f8a9d221 (patch)
tree053cdc5f1fa7f46d7594eb51c4ab55f9853794f0 /lualibs-lpeg.lua
parent751cd5a244ee7504e9960c45252b05f431a9c098 (diff)
downloadlualibs-c10ee230c83a5dfcda077652c2b16bc8f8a9d221.tar.gz
Sync with ConTeXt stable (stable 2010.05.08)
No functions removed, few new additions.
Diffstat (limited to 'lualibs-lpeg.lua')
-rw-r--r--lualibs-lpeg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lualibs-lpeg.lua b/lualibs-lpeg.lua
index 2e366a9..f060f3b 100644
--- a/lualibs-lpeg.lua
+++ b/lualibs-lpeg.lua
@@ -120,7 +120,7 @@ function string:checkedsplit(separator)
return match(c,self)
end
---~ function lpeg.L(list,pp)
+--~ function lpeg.append(list,pp)
--~ local p = pp
--~ for l=1,#list do
--~ if p then