From 9a0221ef5887b25bb5e8cc734cedd7418250c8cd Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 29 Jun 1998 15:09:28 -0300 Subject: detail --- manual.tex | 6 +++--- 1 file 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 @@ -% $Id: manual.tex,v 1.15 1998/06/18 17:36:27 roberto Exp roberto $ +% $Id: manual.tex,v 1.16 1998/06/19 18:47:06 roberto Exp roberto $ \documentclass[11pt]{article} \usepackage{fullpage,bnf} @@ -39,7 +39,7 @@ Waldemar Celes \tecgraf\ --- Computer Science Department --- PUC-Rio } -%\date{\small \verb$Date: 1998/06/18 17:36:27 $} +%\date{\small \verb$Date: 1998/06/19 18:47:06 $} \maketitle @@ -1575,7 +1575,7 @@ void lua_endblock (void); \end{verbatim} After the end of the block, all \verb|lua_Object|'s created inside it are released. -The use of explicit nested blocks is good progamming practice +The use of explicit nested blocks is good programming practice and is strongly encouraged. \subsection{Executing Lua Code} -- cgit v1.2.3-55-g6feb