diff options
| author | Fred Drake <fdrake@acm.org> | 1998-02-13 06:58:54 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-02-13 06:58:54 +0000 |
| commit | 1947991c2f85db781fb3fcdc9e3bcfe2905e58e2 (patch) | |
| tree | 260789493c7151408f009eaa84a7815ce4d28246 /Doc/lib/libcd.tex | |
| parent | dc8af0acc1fbeec89e43f1ea43bf1a4d016f4fc6 (diff) | |
| download | cpython-git-1947991c2f85db781fb3fcdc9e3bcfe2905e58e2.tar.gz | |
Remove all \bcode / \ecode cruft; this is no longer needed. See previous
checkin of myformat.sty.
Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}"
everywhere.
Some other minor nits that I happened to come across.
Diffstat (limited to 'Doc/lib/libcd.tex')
| -rw-r--r-- | Doc/lib/libcd.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libcd.tex b/Doc/lib/libcd.tex index 6e64b77760..b3ca8b2439 100644 --- a/Doc/lib/libcd.tex +++ b/Doc/lib/libcd.tex @@ -29,7 +29,7 @@ track. Module \code{cd} defines the following functions and constants: -\renewcommand{\indexsubitem}{(in module cd)} +\setindexsubitem{(in module cd)} \begin{funcdesc}{createparser}{} Create and return an opaque parser object. The methods of the parser @@ -115,7 +115,7 @@ objects (see below). Player objects (returned by \code{cd.open()}) have the following methods: -\renewcommand{\indexsubitem}{(CD player object method)} +\setindexsubitem{(CD player object method)} \begin{funcdesc}{allowremoval}{} Unlocks the eject button on the CD-ROM drive permitting the user to @@ -235,7 +235,7 @@ Pauses the CD if it is playing, and makes it play if it is paused. Parser objects (returned by \code{cd.createparser()}) have the following methods: -\renewcommand{\indexsubitem}{(CD parser object method)} +\setindexsubitem{(CD parser object method)} \begin{funcdesc}{addcallback}{type\, func\, arg} Adds a callback for the parser. The parser has callbacks for eight |
