summaryrefslogtreecommitdiff
path: root/doc/ref/intro.texi
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2001-11-16 15:04:17 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2001-11-16 15:04:17 +0000
commit8f85c0c6c3eb8de857babc08ca6e832e8a497c44 (patch)
treebb9e336486e81b1733fc2d8c30088be6c3c01096 /doc/ref/intro.texi
parentcecb4a5e9dbaebcc28f3be0a02feac4263a2cfcc (diff)
downloadguile-8f85c0c6c3eb8de857babc08ca6e832e8a497c44.tar.gz
* Adding C function declarations from the SCM interface to the
reference manual documentation.
Diffstat (limited to 'doc/ref/intro.texi')
-rw-r--r--doc/ref/intro.texi6
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