summaryrefslogtreecommitdiffstats
path: root/Doc/libstdwin.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-14 14:51:31 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-14 14:51:31 (GMT)
commitaf8a015c937d11e4efcda3f91344ad3e758d26e8 (patch)
tree5e342ee84e829d81f408c1c990b66762ee034da3 /Doc/libstdwin.tex
parentb215137224cafcdb665a7b298dbf02be6a214d0c (diff)
downloadcpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.zip
cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.gz
cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.bz2
Consistency: "{\bf ...}" ==> "\strong{...}"
"{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
Diffstat (limited to 'Doc/libstdwin.tex')
-rw-r--r--Doc/libstdwin.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libstdwin.tex b/Doc/libstdwin.tex
index 91dc1af..39d6d6d 100644
--- a/Doc/libstdwin.tex
+++ b/Doc/libstdwin.tex
@@ -360,7 +360,7 @@ left corner (relative to the upper left corner of the screen).
Create a menu object referring to a local menu (a menu that appears
only in this window).
Methods of menu objects are described below.
-{\bf Warning:} the menu only appears as long as the object
+\strong{Warning:} the menu only appears as long as the object
returned by this call exists.
\end{funcdesc}
@@ -841,7 +841,7 @@ is empty if
\code{\var{left} >= \var{right}} or \code{\var{top} => \var{bottom}}.
\else
$\var{left} \geq \var{right}$ or $\var{top} \geq \var{bottom}$.
-%%JHXXX{\em left~$\geq$~right} or {\em top~$\leq$~bottom}.
+%%JHXXX\emph{left~$\geq$~right} or \emph{top~$\leq$~bottom}.
\fi
\end{funcdesc}