Fix one remaining internal use of \code{} that could use the simpler form.

This commit is contained in:
Fred Drake 1998-04-02 16:09:02 +00:00
parent 9e9c89e67c
commit f14e2f8a04

View file

@ -570,10 +570,11 @@
\index{#1@{\$#1}}% $ \index{#1@{\$#1}}% $
\index{environment variables!{\$#1}}% $ \index{environment variables!{\$#1}}% $
} }
\newcommand{\makevar}[1]{#1}
\let\character=\samp \let\character=\samp
% constants defined in Python modules or C headers, not language constants: % constants defined in Python modules or C headers, not language constants:
\let\constant=\code \let\constant=\sectcode
\newcommand{\manpage}[2]{{\emph{#1}(#2)}} \newcommand{\manpage}[2]{{\emph{#1}(#2)}}
\newcommand{\rfc}[1]{RFC #1\index{RFC!RFC #1}} \newcommand{\rfc}[1]{RFC #1\index{RFC!RFC #1}}