From 1247ceab94ef59669fdf2d3d710f7a0ac3f4842f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 12 Dec 1997 05:33:34 +0000 Subject: [PATCH] Changed \indexsubitem from ({\tt SGMLParser} method) to just (SGMLParser method). This makes it more consistent with other modules. All three *mllib modules need this change. --- Doc/lib/libsgmllib.tex | 2 +- Doc/libsgmllib.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libsgmllib.tex b/Doc/lib/libsgmllib.tex index 19ce91c803..44ed3ca0f9 100644 --- a/Doc/lib/libsgmllib.tex +++ b/Doc/lib/libsgmllib.tex @@ -36,7 +36,7 @@ spaces, tabs, and newlines are allowed between the trailing The \code{SGMLParser} class must be instantiated without arguments. It has the following interface methods: -\renewcommand{\indexsubitem}{({\tt SGMLParser} method)} +\renewcommand{\indexsubitem}{(SGMLParser method)} \begin{funcdesc}{reset}{} Reset the instance. Loses all unprocessed data. This is called diff --git a/Doc/libsgmllib.tex b/Doc/libsgmllib.tex index 19ce91c803..44ed3ca0f9 100644 --- a/Doc/libsgmllib.tex +++ b/Doc/libsgmllib.tex @@ -36,7 +36,7 @@ spaces, tabs, and newlines are allowed between the trailing The \code{SGMLParser} class must be instantiated without arguments. It has the following interface methods: -\renewcommand{\indexsubitem}{({\tt SGMLParser} method)} +\renewcommand{\indexsubitem}{(SGMLParser method)} \begin{funcdesc}{reset}{} Reset the instance. Loses all unprocessed data. This is called -- 2.50.1