diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-19 21:02:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-19 21:02:26 (GMT) |
commit | ef146222db6a1981235bb3f28705cd16d8d0cbf5 (patch) | |
tree | a4f27f47be010d33ce4c9bffad75e4f682677e54 | |
parent | 42a9744d5fd9bdf17bb2af620f72ec529b2caf59 (diff) | |
download | cpython-ef146222db6a1981235bb3f28705cd16d8d0cbf5.zip cpython-ef146222db6a1981235bb3f28705cd16d8d0cbf5.tar.gz cpython-ef146222db6a1981235bb3f28705cd16d8d0cbf5.tar.bz2 |
Revise comment about the {fulllineitems} environment to be accurate.
-rw-r--r-- | Doc/myformat.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index ba564c8..b78a642 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -243,7 +243,9 @@ \newcommand{\ttindex}[1]{\index{#1@{\idxcode{#1}} \index@subitem}} -% from user-level, fulllineitems should be called as an environment +% {fulllineitems} is used in one place in libregex.tex, but is really for +% internal use in this file. +% \newenvironment{fulllineitems}{ \begin{list}{}{\labelwidth \leftmargin \labelsep 0pt \rightmargin 0pt \topsep -\parskip \partopsep \parskip |