* Adding C function declarations from the SCM interface to the
reference manual documentation.
This commit is contained in:
parent
cecb4a5e9d
commit
8f85c0c6c3
49 changed files with 3570 additions and 2271 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue