diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2001-11-16 15:04:17 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2001-11-16 15:04:17 +0000 |
commit | 8f85c0c6c3eb8de857babc08ca6e832e8a497c44 (patch) | |
tree | bb9e336486e81b1733fc2d8c30088be6c3c01096 /doc/ref/script-getopt.texi | |
parent | cecb4a5e9dbaebcc28f3be0a02feac4263a2cfcc (diff) | |
download | guile-8f85c0c6c3eb8de857babc08ca6e832e8a497c44.tar.gz |
* Adding C function declarations from the SCM interface to the
reference manual documentation.
Diffstat (limited to 'doc/ref/script-getopt.texi')
-rw-r--r-- | doc/ref/script-getopt.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/script-getopt.texi b/doc/ref/script-getopt.texi index 474394af7..c71dbd205 100644 --- a/doc/ref/script-getopt.texi +++ b/doc/ref/script-getopt.texi @@ -343,7 +343,7 @@ as ordinary argument strings. @node getopt-long Reference @subsection Reference Documentation for @code{getopt-long} -@deffn procedure getopt-long args grammar +@deffn {Scheme Procedure} getopt-long args grammar Parse the command line given in @var{args} (which must be a list of strings) according to the option specification @var{grammar}. @@ -416,7 +416,7 @@ An option predicate fails. @node option-ref Reference @subsection Reference Documentation for @code{option-ref} -@deffn procedure option-ref options key default +@deffn {Scheme Procedure} option-ref options key default Search @var{options} for a command line option named @var{key} and return its value, if found. If the option has no value, but was given, return @code{#t}. If the option was not given, return @var{default}. |