summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Marupudi <vijay@vijaymarupudi.com>2022-08-17 09:13:18 -0400
committerDaniel Llorens <lloda@sarc.name>2022-12-21 08:29:42 +0100
commit8cb2d5c9532f0f5ce3b5b97edefdf98e57b63738 (patch)
treec996db7a4d5e1bc1927e6f9b08fe21759bfb2eb1
parentf859e0f58b211eedcb0dce4f2382cfebf37010d7 (diff)
downloadguile-8cb2d5c9532f0f5ce3b5b97edefdf98e57b63738.tar.gz
doc: fix documented keyword argument default to match code default
-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}.