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:
parent
f859e0f58b
commit
8cb2d5c953
1 changed files with 1 additions and 1 deletions
|
@ -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}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue