From 8aad4c80b3aee6674f236c5848b07fd155a58975 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 3 Feb 1998 23:12:13 +0000 Subject: [PATCH] Added missing "{" for "\code }". --- Doc/lib/libxmllib.tex | 2 +- Doc/libxmllib.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index 3cb6db55347..e8ba2e89845 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -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 ``\code{}'' will cause this method to be called with the arguments \code{'XML'} and \code{'text'}. The default method does -nothing. Note that if a document starts with a \code } +nothing. Note that if a document starts with a \code{} tag, \code{handle_xml} is called to handle it. \end{funcdesc} diff --git a/Doc/libxmllib.tex b/Doc/libxmllib.tex index 3cb6db55347..e8ba2e89845 100644 --- a/Doc/libxmllib.tex +++ b/Doc/libxmllib.tex @@ -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 ``\code{}'' will cause this method to be called with the arguments \code{'XML'} and \code{'text'}. The default method does -nothing. Note that if a document starts with a \code } +nothing. Note that if a document starts with a \code{} tag, \code{handle_xml} is called to handle it. \end{funcdesc}