From: Fred Drake Date: Mon, 19 Jan 1998 02:55:11 +0000 (+0000) Subject: Consistency: Replaced one {\tt ...} with \code{...}. X-Git-Tag: v1.5.1~946 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94e8f690dd797646dc54ac9686b3b4deed8de768;p=python Consistency: Replaced one {\tt ...} with \code{...}. --- diff --git a/Doc/lib/libfm.tex b/Doc/lib/libfm.tex index 3004235ec3..fa469fc9ca 100644 --- a/Doc/lib/libfm.tex +++ b/Doc/lib/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} diff --git a/Doc/libfm.tex b/Doc/libfm.tex index 3004235ec3..fa469fc9ca 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}