aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-06-10 16:39:37 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-06-10 16:39:37 -0300
commit69e84805e48b0253007bd0daf481ce7955367d73 (patch)
tree3656b63c60ee7b8a640738c1fdb6f81d64654802 /manual
parent364e569945c044fd18c70ee1bc851364534aef97 (diff)
downloadlua-69e84805e48b0253007bd0daf481ce7955367d73.tar.gz
lua-69e84805e48b0253007bd0daf481ce7955367d73.tar.bz2
lua-69e84805e48b0253007bd0daf481ce7955367d73.zip
Details
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 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