diff options
Diffstat (limited to 'libguile/feature.c')
-rw-r--r-- | libguile/feature.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/feature.c b/libguile/feature.c index 30f5325c3..5748fd30b 100644 --- a/libguile/feature.c +++ b/libguile/feature.c @@ -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" |