From bd7e42e57482950a70f63d9f3ce0bb76bd2b0945 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 18 Jan 2017 01:45:47 +0100 Subject: [PATCH] Fix extension docs about package.searchers. --- doc/extensions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:
  • os.exit(status|true|false [,close]).
  • package.searchpath(name, path [, sep [, rep]]).
  • package.loadlib(name, "*").
  • -
  • package.searchers.
  • debug.getinfo() returns nparams and isvararg for option "u".
  • debug.getlocal() accepts function instead of level.
  • @@ -338,6 +337,7 @@ exit status.
  • debug.setmetatable() returns object.
  • debug.getuservalue() and debug.setuservalue().
  • Remove math.mod(), string.gfind().
  • +
  • package.searchers.
  • Note: this provides only partial compatibility with Lua 5.2 at the