diff options
Diffstat (limited to 'Doc/lib/libsgmllib.tex')
-rw-r--r-- | Doc/lib/libsgmllib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsgmllib.tex b/Doc/lib/libsgmllib.tex index 78060ecf51..f93095b959 100644 --- a/Doc/lib/libsgmllib.tex +++ b/Doc/lib/libsgmllib.tex @@ -140,7 +140,7 @@ This method is called when an end tag is found which does not correspond to any open element. \end{funcdesc} -\begin{funcdesc}{unknown_starttag}{tag\, attributes} +\begin{funcdesc}{unknown_starttag}{tag, attributes} This method is called to process an unknown start tag. It is intended to be overridden by a derived class; the base class implementation does nothing. |