bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[doc:ref] clearer


From: Fabrice Bauzac
Subject: [doc:ref] clearer
Date: Sat, 05 Jan 2002 14:14:36 +0100

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 address@hidden, void 
(address@hidden) (), void address@hidden)
  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 address@hidden, void 
(address@hidden) (), void address@hidden)
  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]