diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-13 18:31:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-13 18:31:39 (GMT) |
commit | bc5062f664a143f34312fffb5162c435da96af9e (patch) | |
tree | e4fc570a22b53da02264b60a0c35c6380b5345be | |
parent | b5dac4e02ef4d4faca19edfe4b058b4dd9219f53 (diff) | |
download | cpython-bc5062f664a143f34312fffb5162c435da96af9e.zip cpython-bc5062f664a143f34312fffb5162c435da96af9e.tar.gz cpython-bc5062f664a143f34312fffb5162c435da96af9e.tar.bz2 |
\kwindex{}: Removed obsolete macro.
-rw-r--r-- | Doc/myformat.sty | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 4a02d92..13ef35b 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -89,7 +89,6 @@ % Command to generate a reference to a function, statement, keyword, operator \newcommand{\stindex}[1]{\indexii{statement}{#1@{\tt#1}}} -\newcommand{\kwindex}[1]{\indexii{keyword}{#1@{\tt#1}}} \newcommand{\opindex}[1]{\indexii{operator}{#1@{\tt#1}}} \newcommand{\exindex}[1]{\indexii{exception}{#1@{\tt#1}}} \newcommand{\obindex}[1]{\indexii{object}{#1}} |