Move the "See also:" section so it appears are part of the top HTML
page of the section.
diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex
index 369308c..7d6cff6 100644
--- a/Doc/lib/libparser.tex
+++ b/Doc/lib/libparser.tex
@@ -96,6 +96,14 @@
 query the type of parse tree represented by an AST object.
 
 
+\begin{seealso}
+  \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.}
+\end{seealso}
+
+
 \subsection{Creating AST Objects}
 \label{Creating ASTs}
 
@@ -714,13 +722,3 @@
 module.  If information is required which is not extracted by the code
 of this example, the code may be extended at clearly defined points to
 provide additional capabilities.
-
-\begin{seealso}
-
-\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}
-
-\end{seealso}