diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-02-26 11:29:54 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-02-26 11:29:54 -0300 |
commit | ceac82f78be8baeddfa8536472d8b08df2eb7d49 (patch) | |
tree | 033247e2a23b2c3fd832101ba3fc8a73c3313127 /manual | |
parent | e5f4927a0b97015d4c22bc22fbf80fb2c11ca7cc (diff) | |
download | lua-ceac82f78be8baeddfa8536472d8b08df2eb7d49.tar.gz lua-ceac82f78be8baeddfa8536472d8b08df2eb7d49.tar.bz2 lua-ceac82f78be8baeddfa8536472d8b08df2eb7d49.zip |
Details
Comments, small changes in the manual, an extra test for errors in
error handling, small changes in tests.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/manual.of b/manual/manual.of index 274799e3..a55c7b49 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -6347,7 +6347,7 @@ Opens all standard Lua libraries into the given state. | |||
6347 | @APIEntry{void luaL_openselectedlibs (lua_State *L, int load, int preload);| | 6347 | @APIEntry{void luaL_openselectedlibs (lua_State *L, int load, int preload);| |
6348 | @apii{0,0,e} | 6348 | @apii{0,0,e} |
6349 | 6349 | ||
6350 | Opens (loads) and preloads selected libraries into the state @id{L}. | 6350 | Opens (loads) and preloads selected standard libraries into the state @id{L}. |
6351 | (To @emph{preload} means to add | 6351 | (To @emph{preload} means to add |
6352 | the library loader into the table @Lid{package.preload}, | 6352 | the library loader into the table @Lid{package.preload}, |
6353 | so that the library can be required later by the program. | 6353 | so that the library can be required later by the program. |