diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-06-10 16:39:37 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-06-10 16:39:37 -0300 |
commit | 69e84805e48b0253007bd0daf481ce7955367d73 (patch) | |
tree | 3656b63c60ee7b8a640738c1fdb6f81d64654802 | |
parent | 364e569945c044fd18c70ee1bc851364534aef97 (diff) | |
download | lua-69e84805e48b0253007bd0daf481ce7955367d73.tar.gz lua-69e84805e48b0253007bd0daf481ce7955367d73.tar.bz2 lua-69e84805e48b0253007bd0daf481ce7955367d73.zip |
Details
-rw-r--r-- | makefile | 5 | ||||
-rw-r--r-- | manual/manual.of | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -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 | ||
5783 | Pushes the @fail value onto the stack. | 5783 | Pushes the @fail value onto the stack @see{libraries}. |
5784 | 5784 | ||
5785 | } | 5785 | } |
5786 | 5786 | ||