summaryrefslogtreecommitdiffstats
path: root/Doc/myformat.sty
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-03-30 16:00:58 (GMT)
committerGuido van Rossum <guido@python.org>1995-03-30 16:00:58 (GMT)
commit45416028fb73d611eef2a2e7afc5921ad8697e3b (patch)
tree304a800fd0f291265ed3b0eb318ff29d21351c1d /Doc/myformat.sty
parent4bbe9c0addef50a9a539421e9111a6ea082c506c (diff)
downloadcpython-45416028fb73d611eef2a2e7afc5921ad8697e3b.zip
cpython-45416028fb73d611eef2a2e7afc5921ad8697e3b.tar.gz
cpython-45416028fb73d611eef2a2e7afc5921ad8697e3b.tar.bz2
change \dfn to be \em not \sl
Diffstat (limited to 'Doc/myformat.sty')
-rw-r--r--Doc/myformat.sty2
1 files changed, 1 insertions, 1 deletions
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}}