summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile5
-rw-r--r--manual/manual.of2
2 files changed, 3 insertions, 4 deletions
diff --git a/makefile b/makefile
index 2c68f454..9be23925 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,5 @@
1# makefile for building Lua 1# Developer's makefile for building Lua
2# see INSTALL for installation instructions 2# see luaconf.h for further customization
3# see ../Makefile and luaconf.h for further customization
4 3
5# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======================= 4# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT =======================
6 5
diff --git a/manual/manual.of b/manual/manual.of
index 2eadbda0..4d1794fc 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -5780,7 +5780,7 @@ it to the buffer.
5780@APIEntry{void luaL_pushfail (lua_State *L);| 5780@APIEntry{void luaL_pushfail (lua_State *L);|
5781@apii{0,1,-} 5781@apii{0,1,-}
5782 5782
5783Pushes the @fail value onto the stack. 5783Pushes the @fail value onto the stack @see{libraries}.
5784 5784
5785} 5785}
5786 5786