diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-19 02:55:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-19 02:55:11 (GMT) |
commit | 94e8f690dd797646dc54ac9686b3b4deed8de768 (patch) | |
tree | abb88788b54118d5011a3724b2e16f4beb559fac /Doc/libfm.tex | |
parent | b6ce6427e832a6cddb0abb35cfa898632c6d5e96 (diff) | |
download | cpython-94e8f690dd797646dc54ac9686b3b4deed8de768.zip cpython-94e8f690dd797646dc54ac9686b3b4deed8de768.tar.gz cpython-94e8f690dd797646dc54ac9686b3b4deed8de768.tar.bz2 |
Consistency: Replaced one {\tt ...} with \code{...}.
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 3004235..fa469fc 100644 --- a/Doc/libfm.tex +++ b/Doc/libfm.tex @@ -78,7 +78,7 @@ Calls \code{fmgetcomment(\var{fh})}. Returns a tuple giving some pertinent data about this font. This is an interface to \code{fmgetfontinfo()}. The returned tuple contains the following numbers: -{\tt(\var{printermatched}, \var{fixed_width}, \var{xorig}, \var{yorig}, +\code{(\var{printermatched}, \var{fixed_width}, \var{xorig}, \var{yorig}, \var{xsize}, \var{ysize}, \var{height}, \var{nglyphs})}. \end{funcdesc} |