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
1 changed files with 2 additions and 1 deletions

View File

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