From 45416028fb73d611eef2a2e7afc5921ad8697e3b Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 30 Mar 1995 16:00:58 +0000 Subject: change \dfn to be \em not \sl --- Doc/myformat.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 55fe047..f1779cb 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}} -- cgit v0.12