Added missing "{" for "\code <?stuff?>}".

This commit is contained in:
Fred Drake 1998-02-03 23:12:13 +00:00
parent 48b1cdea45
commit 8aad4c80b3
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ string containing the text between the PI target and the closing delimiter,
but not the delimiter itself. For example, the instruction but not the delimiter itself. For example, the instruction
``\code{<?XML text?>}'' will cause this method to be called with the ``\code{<?XML text?>}'' will cause this method to be called with the
arguments \code{'XML'} and \code{'text'}. The default method does arguments \code{'XML'} and \code{'text'}. The default method does
nothing. Note that if a document starts with a \code <?xml ...?>} nothing. Note that if a document starts with a \code{<?xml ...?>}
tag, \code{handle_xml} is called to handle it. tag, \code{handle_xml} is called to handle it.
\end{funcdesc} \end{funcdesc}

View File

@ -143,7 +143,7 @@ string containing the text between the PI target and the closing delimiter,
but not the delimiter itself. For example, the instruction but not the delimiter itself. For example, the instruction
``\code{<?XML text?>}'' will cause this method to be called with the ``\code{<?XML text?>}'' will cause this method to be called with the
arguments \code{'XML'} and \code{'text'}. The default method does arguments \code{'XML'} and \code{'text'}. The default method does
nothing. Note that if a document starts with a \code <?xml ...?>} nothing. Note that if a document starts with a \code{<?xml ...?>}
tag, \code{handle_xml} is called to handle it. tag, \code{handle_xml} is called to handle it.
\end{funcdesc} \end{funcdesc}