aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-06-29 15:09:28 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-06-29 15:09:28 -0300
commit9a0221ef5887b25bb5e8cc734cedd7418250c8cd (patch)
treef332e74e23ee504de7dfc13c8ae78d84243e1372
parent07008b5d45da78180c1a0513d63367b7bc228bf4 (diff)
downloadlua-9a0221ef5887b25bb5e8cc734cedd7418250c8cd.tar.gz
lua-9a0221ef5887b25bb5e8cc734cedd7418250c8cd.tar.bz2
lua-9a0221ef5887b25bb5e8cc734cedd7418250c8cd.zip
detail
-rw-r--r--manual.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual.tex b/manual.tex
index f8c40ba2..50d4e67e 100644
--- a/manual.tex
+++ b/manual.tex
@@ -1,4 +1,4 @@
1% $Id: manual.tex,v 1.15 1998/06/18 17:36:27 roberto Exp roberto $ 1% $Id: manual.tex,v 1.16 1998/06/19 18:47:06 roberto Exp roberto $
2 2
3\documentclass[11pt]{article} 3\documentclass[11pt]{article}
4\usepackage{fullpage,bnf} 4\usepackage{fullpage,bnf}
@@ -39,7 +39,7 @@ Waldemar Celes
39\tecgraf\ --- Computer Science Department --- PUC-Rio 39\tecgraf\ --- Computer Science Department --- PUC-Rio
40} 40}
41 41
42%\date{\small \verb$Date: 1998/06/18 17:36:27 $} 42%\date{\small \verb$Date: 1998/06/19 18:47:06 $}
43 43
44\maketitle 44\maketitle
45 45
@@ -1575,7 +1575,7 @@ void lua_endblock (void);
1575\end{verbatim} 1575\end{verbatim}
1576After the end of the block, 1576After the end of the block,
1577all \verb|lua_Object|'s created inside it are released. 1577all \verb|lua_Object|'s created inside it are released.
1578The use of explicit nested blocks is good progamming practice 1578The use of explicit nested blocks is good programming practice
1579and is strongly encouraged. 1579and is strongly encouraged.
1580 1580
1581\subsection{Executing Lua Code} 1581\subsection{Executing Lua Code}