3.5.5 `fprintf' - format to a file 
Usage:  (fprintf port format [ format-arg ... ])
Format a string using arguments from the alist.
Write to a specified port.  The result will NOT appear in your
output.  Use this to print information messages to a template user.
Arguments:
port - Guile-scheme output port
format - formatting string
format-arg - Optional - list of arguments to formatting string
  
This document was generated
by Bruce Korb on January, 7  2002
using texi2html