summaryrefslogtreecommitdiff
path: root/doc/ref/script-getopt.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/script-getopt.texi')
-rw-r--r--doc/ref/script-getopt.texi4
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}.