1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

doc: fix documented keyword argument default to match code default

This commit is contained in:
Vijay Marupudi 2022-08-17 09:13:18 -04:00 committed by Daniel Llorens
parent f859e0f58b
commit 8cb2d5c953

View file

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