aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}