diff --git a/doc/extensions.html b/doc/extensions.html
index 93432953..d7cc9693 100644
--- a/doc/extensions.html
+++ b/doc/extensions.html
@@ -313,9 +313,13 @@ indexes for varargs.
C functions.
debug.upvalueid() and debug.upvaluejoin().
Lua/C API extensions:
+lua_version()
lua_upvalueid()
lua_upvaluejoin()
lua_loadx()
+lua_copy()
+lua_tonumberx()
+lua_tointegerx()
luaL_fileresult()
luaL_execresult()
luaL_loadfilex()
@@ -325,6 +329,8 @@ C functions.
luaL_pushmodule()
luaL_newlibtable()
luaL_newlib()
+luaL_testudata()
+luaL_setmetatable()
Command line option -E.
Command line checks __tostring for errors.
@@ -370,6 +376,9 @@ LuaJIT supports some extensions from Lua 5.3:
io.read() and file:read() accept formats with or without a leading *.
table.move(a1, f, e, t [,a2]).
coroutine.isyieldable().
+Lua/C API extensions:
+lua_isyieldable()
+
C++ Exception Interoperability