diff options
-rw-r--r-- | doc/extensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extensions.html b/doc/extensions.html index ade85936..87d4da24 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
@@ -304,7 +304,6 @@ enabled: | |||
304 | <li><tt>os.exit(status|true|false [,close])</tt>.</li> | 304 | <li><tt>os.exit(status|true|false [,close])</tt>.</li> |
305 | <li><tt>package.searchpath(name, path [, sep [, rep]])</tt>.</li> | 305 | <li><tt>package.searchpath(name, path [, sep [, rep]])</tt>.</li> |
306 | <li><tt>package.loadlib(name, "*")</tt>.</li> | 306 | <li><tt>package.loadlib(name, "*")</tt>.</li> |
307 | <li><tt>package.searchers</tt>.</li> | ||
308 | <li><tt>debug.getinfo()</tt> returns <tt>nparams</tt> and <tt>isvararg</tt> | 307 | <li><tt>debug.getinfo()</tt> returns <tt>nparams</tt> and <tt>isvararg</tt> |
309 | for option <tt>"u"</tt>.</li> | 308 | for option <tt>"u"</tt>.</li> |
310 | <li><tt>debug.getlocal()</tt> accepts function instead of level.</li> | 309 | <li><tt>debug.getlocal()</tt> accepts function instead of level.</li> |
@@ -338,6 +337,7 @@ exit status.</li> | |||
338 | <li><tt>debug.setmetatable()</tt> returns object.</li> | 337 | <li><tt>debug.setmetatable()</tt> returns object.</li> |
339 | <li><tt>debug.getuservalue()</tt> and <tt>debug.setuservalue()</tt>.</li> | 338 | <li><tt>debug.getuservalue()</tt> and <tt>debug.setuservalue()</tt>.</li> |
340 | <li>Remove <tt>math.mod()</tt>, <tt>string.gfind()</tt>.</li> | 339 | <li>Remove <tt>math.mod()</tt>, <tt>string.gfind()</tt>.</li> |
340 | <li><tt>package.searchers</tt>.</li> | ||
341 | </ul> | 341 | </ul> |
342 | <p> | 342 | <p> |
343 | Note: this provides only partial compatibility with Lua 5.2 at the | 343 | Note: this provides only partial compatibility with Lua 5.2 at the |