From 2460b3ff93a1c955de3d62cfc825de7d68dc272e Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 20 Jul 2026 22:55:05 +0200 Subject: [PATCH] Fix documentation about Lua 5.2 extensions/compatibility. Reported by goodusername123. #1487 --- doc/extensions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/extensions.html b/doc/extensions.html index 099fd676..73edf11f 100644 --- a/doc/extensions.html +++ b/doc/extensions.html @@ -377,6 +377,7 @@ are allowed.
  • pairs() and ipairs() check for __pairs and __ipairs.
  • coroutine.running() returns two results.
  • +
  • string.find() returns nil for out-of-range position.
  • table.pack() and table.unpack() (same as unpack()).
  • io.write() and file:write() return file handle @@ -385,7 +386,6 @@ instead of true.
  • exit status.
  • debug.setmetatable() returns object.
  • debug.getuservalue() and debug.setuservalue().
  • -
  • Remove math.mod(), string.gfind().
  • package.searchers.
  • module() returns the module table.
  • -- 2.47.3