guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch main updated: doc: fix documented keyword argumen


From: Daniel Llorens
Subject: [Guile-commits] branch main updated: doc: fix documented keyword argument default to match code default
Date: Wed, 21 Dec 2022 02:29:57 -0500

This is an automated email from the git hooks/post-receive script.

lloda pushed a commit to branch main
in repository guile.

The following commit(s) were added to refs/heads/main by this push:
     new 8cb2d5c95 doc: fix documented keyword argument default to match code 
default
8cb2d5c95 is described below

commit 8cb2d5c9532f0f5ce3b5b97edefdf98e57b63738
Author: Vijay Marupudi <vijay@vijaymarupudi.com>
AuthorDate: Wed Aug 17 09:13:18 2022 -0400

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]