From: Guido van Rossum Date: Thu, 30 Mar 1995 16:00:58 +0000 (+0000) Subject: change \dfn to be \em not \sl X-Git-Tag: v1.2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45416028fb73d611eef2a2e7afc5921ad8697e3b;p=thirdparty%2FPython%2Fcpython.git change \dfn to be \em not \sl --- diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 55fe04709231..f1779cb445c5 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -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}}