Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9e6ed1

Browse files
committed
small corrections.
1 parent 56fdab6 commit c9e6ed1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

manual.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% $Id: manual.tex,v 2.5 1997/06/20 19:28:16 roberto Exp roberto $
1+
% $Id: manual.tex,v 2.6 1997/06/26 20:39:10 roberto Exp roberto $
22

33
\documentstyle[fullpage,11pt,bnf]{article}
44

@@ -38,7 +38,7 @@
3838
\tecgraf\ --- Computer Science Department --- PUC-Rio
3939
}
4040

41-
\date{\small \verb$Date: 1997/06/20 19:28:16 $}
41+
\date{\small \verb$Date: 1997/06/26 20:39:10 $}
4242

4343
\maketitle
4444

@@ -142,8 +142,8 @@ \section{Introduction}
142142
The implementation described in this manual is available
143143
at the following URL's:
144144
\begin{verbatim}
145-
http://www.inf.puc-rio.br/~roberto/lua.html
146-
ftp://ftp.icad.puc-rio.br/pub/lua/lua.tar.gz
145+
http://www.tecgraf.puc-rio.br/lua/
146+
ftp://ftp.tecgraf.puc-rio.br/pub/lua/lua.tar.gz
147147
\end{verbatim}
148148

149149

@@ -804,7 +804,7 @@ \subsection{Tag Methods} \label{tag-method}
804804
according to the tag of the values involved
805805
in the event \see{TypesSec}.
806806
The function \IndexVerb{settagmethod} changes the tag method
807-
associated with a given pair $<tag, event>$.
807+
associated with a given pair \M{<tag, event>}.
808808
Its first parameter is the tag, the second the event name
809809
(a string, see below),
810810
and the third parameter is the new method (a function),
@@ -1785,15 +1785,15 @@ \subsubsection*{\ff {\tt seterrormethod (newmethod)}}
17851785

17861786
\subsubsection*{\ff {\tt settagmethod (tag, event, newmethod)}}
17871787
\Deffunc{settagmethod}
1788-
This function sets a new tag method to the given pair $<tag, event>$.
1788+
This function sets a new tag method to the given pair \M{<tag, event>}.
17891789
It returns the old method.
17901790
If \verb|newmethod| is \nil,
17911791
it restores the default behavior for the given event.
17921792

17931793
\subsubsection*{\ff {\tt gettagmethod (tag, event)}}
17941794
\Deffunc{gettagmethod}
17951795
This function returns the current tag method
1796-
for a given pair $<tag, event>$.
1796+
for a given pair \M{<tag, event>}.
17971797

17981798

17991799
\subsection{String Manipulation}

0 commit comments

Comments
 (0)