* Adding C function declarations from the SCM interface to the

reference manual documentation.
This commit is contained in:
Neil Jerram 2001-11-16 15:04:17 +00:00
commit 8f85c0c6c3
49 changed files with 3570 additions and 2271 deletions

View file

@ -70,7 +70,7 @@ scm_add_feature (const char *str)
SCM_DEFINE (scm_program_arguments, "program-arguments", 0, 0, 0,
(),
"@deffnx procedure command-line\n"
"@deffnx {Scheme Procedure} command-line\n"
"Return the list of command line arguments passed to Guile, as a list of\n"
"strings. The list includes the invoked program name, which is usually\n"
"@code{\"guile\"}, but excludes switches and parameters for command line\n"