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