Hello guile-devel,

Bumping this simple documentation bug fix to (ice-9 getopt-long).

~ Vijay

>From 852d9eee636a0be61ea3e0fab88a5780971d33c2 Mon Sep 17 00:00:00 2001
From: Vijay Marupudi <vi...@vijaymarupudi.com>
Date: Wed, 17 Aug 2022 09:13:18 -0400
Subject: [PATCH] doc: fix documented keyword argument default to match code
 default

---
 doc/ref/mod-getopt-long.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}.
 
-- 
2.37.2

Reply via email to