diff options
-rw-r--r-- | manual.tex | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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} |
1576 | After the end of the block, | 1576 | After the end of the block, |
1577 | all \verb|lua_Object|'s created inside it are released. | 1577 | all \verb|lua_Object|'s created inside it are released. |
1578 | The use of explicit nested blocks is good progamming practice | 1578 | The use of explicit nested blocks is good programming practice |
1579 | and is strongly encouraged. | 1579 | and is strongly encouraged. |
1580 | 1580 | ||
1581 | \subsection{Executing Lua Code} | 1581 | \subsection{Executing Lua Code} |