From 94e8f690dd797646dc54ac9686b3b4deed8de768 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 19 Jan 1998 02:55:11 +0000 Subject: [PATCH] Consistency: Replaced one {\tt ...} with \code{...}. --- Doc/lib/libfm.tex | 2 +- Doc/libfm.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libfm.tex b/Doc/lib/libfm.tex index 3004235ec31..fa469fc9ca3 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 3004235ec31..fa469fc9ca3 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}