diff options
Diffstat (limited to 'doc/ref/intro.texi')
-rw-r--r-- | doc/ref/intro.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ref/intro.texi b/doc/ref/intro.texi index 9391a1d48..09da686c6 100644 --- a/doc/ref/intro.texi +++ b/doc/ref/intro.texi @@ -1,4 +1,4 @@ -@c $Id: intro.texi,v 1.3 2001-11-11 15:01:51 ossau Exp $ +@c $Id: intro.texi,v 1.4 2001-11-16 15:04:16 ossau Exp $ @page @@ -200,8 +200,8 @@ As another example, here is a simple replacement for the POSIX (newline) @end example -@deffn procedure command-line -@deffnx primitive program-arguments +@deffn {Scheme Procedure} command-line +@deffnx {Scheme Procedure} program-arguments Return a list of the command-line arguments passed to the currently running program. If the program invoked Guile with the @samp{-s}, @samp{-c} or @samp{--} switches, these procedures ignore everything up |