Consistency: Replaced one {\tt ...} with \code{...}.

This commit is contained in:
Fred Drake 1998-01-19 02:55:11 +00:00
parent b6ce6427e8
commit 94e8f690dd
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}