Added \indexsubitem definition; functions were previously indexed for the

wrong module.
This commit is contained in:
Fred Drake 1997-11-30 05:53:22 +00:00
parent 2478f9d5a2
commit 798654fc68
8 changed files with 16 additions and 0 deletions

View file

@ -12,6 +12,8 @@ are many such characters, as when sending a graphics file.
\indexii{RFC}{1521}
\index{MIME!quoted-printable encoding}
\renewcommand{\indexsubitem}{(in module quopri)}
\begin{funcdesc}{decode}{input\, output}
Decode the contents of the \var{input} file and write the resulting
decoded binary data to the \var{output} file.