change \dfn to be \em not \sl

This commit is contained in:
Guido van Rossum 1995-03-30 16:00:58 +00:00
parent 4bbe9c0add
commit 45416028fb

View file

@ -161,7 +161,7 @@
\newcommand{\samp}[1]{\mbox{`\code{#1}'}}
\newcommand{\var}[1]{\mbox{\it#1\/}}
\let\file=\samp
\newcommand{\dfn}[1]{{\sl #1\/}}
\newcommand{\dfn}[1]{{\em #1\/}}
\newcommand{\emph}[1]{{\em #1\/}}
\newcommand{\strong}[1]{{\bf #1}}