From: Skip Montanaro Date: Fri, 19 Apr 2002 04:52:44 +0000 (+0000) Subject: \idxcode -> \py@idxcode (mimics index stuff in python.sty - problem only X-Git-Tag: v2.3c1~5884 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75700db7f0b05c74caa6b26ff9aa048d9ae5606f;p=thirdparty%2FPython%2Fcpython.git \idxcode -> \py@idxcode (mimics index stuff in python.sty - problem only revealed itself when i added index generating lines to doc/doc.tex) --- diff --git a/Doc/texinputs/ltxmarkup.sty b/Doc/texinputs/ltxmarkup.sty index d461d701b395..ace08cc831b2 100644 --- a/Doc/texinputs/ltxmarkup.sty +++ b/Doc/texinputs/ltxmarkup.sty @@ -21,8 +21,8 @@ \let\moreargs=\py@moreargs% #2}}] \item[\code{\e end\{{\bfseries #1}\}}] - \index{#1 environment@\idxcode{#1} environment} - \index{environments!#1@\idxcode{#1}} + \index{#1 environment@\py@idxcode{#1} environment} + \index{environments!#1@\py@idxcode{#1}} }{\end{fulllineitems}} \newenvironment{macrodesc}[2]{ @@ -33,7 +33,7 @@ \let\unspecified=\py@unspecified% \let\moreargs=\py@moreargs% #2}}] - \index{#1@\idxcode{\e #1}} + \index{#1@\py@idxcode{#1}} }{\end{fulllineitems}} \newcommand{\env}[1]{\code{#1}}