summaryrefslogtreecommitdiff
path: root/doc/ref/mod-getopt-long.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/mod-getopt-long.texi')
-rw-r--r--doc/ref/mod-getopt-long.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/mod-getopt-long.texi b/doc/ref/mod-getopt-long.texi
index cf043418f..e3dcc33e8 100644
--- a/doc/ref/mod-getopt-long.texi
+++ b/doc/ref/mod-getopt-long.texi
@@ -261,7 +261,7 @@ as ordinary argument strings.
@node getopt-long Reference
@subsection Reference Documentation for @code{getopt-long}
-@deffn {Scheme Procedure} getopt-long args grammar [#:stop-at-first-non-option #t]
+@deffn {Scheme Procedure} getopt-long args grammar [#:stop-at-first-non-option #f]
Parse the command line given in @var{args} (which must be a list of
strings) according to the option specification @var{grammar}.