diff options
-rw-r--r-- | Doc/lib/libparser.tex | 10 | ||||
-rw-r--r-- | Doc/libparser.tex | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex index a8d116a..1841eee 100644 --- a/Doc/lib/libparser.tex +++ b/Doc/lib/libparser.tex @@ -685,11 +685,11 @@ provide additional capabilities. \begin{seealso} -\seemodule{symbol}% - {useful constants representing internal nodes of the parse tree} +\seemodule{symbol}{ + useful constants representing internal nodes of the parse tree} -\seemodule{token}% - {useful constants representing leaf nodes of the parse tree and -functions for testing node values} +\seemodule{token}{ + useful constants representing leaf nodes of the parse tree and + functions for testing node values} \end{seealso} diff --git a/Doc/libparser.tex b/Doc/libparser.tex index a8d116a..1841eee 100644 --- a/Doc/libparser.tex +++ b/Doc/libparser.tex @@ -685,11 +685,11 @@ provide additional capabilities. \begin{seealso} -\seemodule{symbol}% - {useful constants representing internal nodes of the parse tree} +\seemodule{symbol}{ + useful constants representing internal nodes of the parse tree} -\seemodule{token}% - {useful constants representing leaf nodes of the parse tree and -functions for testing node values} +\seemodule{token}{ + useful constants representing leaf nodes of the parse tree and + functions for testing node values} \end{seealso} |