Let's make that sentence clearer:

*** intro.texi~ Sat Jan  5 13:59:00 2002
--- intro.texi  Sat Jan  5 14:11:27 2002
***************
*** 393,399 ****
  
  @deftypefun void scm_boot_guile (int @var{argc}, char **@var{argv}, void 
(*@var{main_func}) (), void *@var{closure})
  Initialize the Guile Scheme interpreter.  Then call @var{main_func},
! passing it @var{closure}, @var{argc}, and @var{argv}.  @var{main_func}
  should do all the work of the program (initializing other packages,
  defining application-specific functions, reading user input, and so on)
  before returning.  When @var{main_func} returns, call @code{exit (0)};
--- 393,399 ----
  
  @deftypefun void scm_boot_guile (int @var{argc}, char **@var{argv}, void 
(*@var{main_func}) (), void *@var{closure})
  Initialize the Guile Scheme interpreter.  Then call @var{main_func},
! passing it @var{closure}, @var{argc}, and @var{argv} (in that order).  
@var{main_func}
  should do all the work of the program (initializing other packages,
  defining application-specific functions, reading user input, and so on)
  before returning.  When @var{main_func} returns, call @code{exit (0)};

Note: I don't refill (M-q) the paragraph to make the diffs clearer;
tell me if you don't like that.

-- 
fabrice bauzac
Software should be free.  http://www.gnu.org/philosophy/why-free.html

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to