aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of2
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
6350Opens (loads) and preloads selected libraries into the state @id{L}. 6350Opens (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
6352the library loader into the table @Lid{package.preload}, 6352the library loader into the table @Lid{package.preload},
6353so that the library can be required later by the program. 6353so that the library can be required later by the program.