Entity references of the form \samp{\&\var{name};}.
\item
-SGML comments of the form \samp{<!-\code{-}\var{text}-\code{-}>}. Note that
+SGML comments of the form \samp{<!--\var{text}-->}. Note that
spaces, tabs, and newlines are allowed between the trailing
-\samp{>} and the immediately preceding \samp{-\code{-}}.
+\samp{>} and the immediately preceding \samp{--}.
\end{itemize}
\end{classdesc}
\begin{methoddesc}{handle_comment}{comment}
This method is called when a comment is encountered. The
\var{comment} argument is a string containing the text between the
-\samp{<!-\code{-}} and \samp{-\code{-}>} delimiters, but not the delimiters
-themselves. For example, the comment \samp{<!-\code{-}text-\code{-}>} will
+\samp{<!--} and \samp{-->} delimiters, but not the delimiters
+themselves. For example, the comment \samp{<!--text-->} will
cause this method to be called with the argument \code{'text'}. The
default method does nothing.
\end{methoddesc}
\begin{methoddesc}{handle_comment}{comment}
This method is called when a comment is encountered. The
\var{comment} argument is a string containing the text between the
-\samp{<!-\code{-}} and \samp{-\code{-}>} delimiters, but not the delimiters
-themselves. For example, the comment \samp{<!-\code{-}text-\code{-}>} will
+\samp{<!--} and \samp{-->} delimiters, but not the delimiters
+themselves. For example, the comment \samp{<!--text-->} will
cause this method to be called with the argument \code{'text'}. The
default method does nothing.
\end{methoddesc}