diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-14 14:51:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-14 14:51:31 (GMT) |
commit | af8a015c937d11e4efcda3f91344ad3e758d26e8 (patch) | |
tree | 5e342ee84e829d81f408c1c990b66762ee034da3 /Doc/libfm.tex | |
parent | b215137224cafcdb665a7b298dbf02be6a214d0c (diff) | |
download | cpython-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/libfm.tex')
-rw-r--r-- | Doc/libfm.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libfm.tex b/Doc/libfm.tex index 6f1e685..3004235 100644 --- a/Doc/libfm.tex +++ b/Doc/libfm.tex @@ -2,7 +2,7 @@ \label{module-fm} \bimodindex{fm} -This module provides access to the IRIS {\em Font Manager} library. +This module provides access to the IRIS \emph{Font Manager} library. It is available only on Silicon Graphics machines. See also: 4Sight User's Guide, Section 1, Chapter 5: Using the IRIS Font Manager. |