Re: doc: fix documented keyword argument default to match code

2022-12-15 Thread Vijay Marupudi
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 Date: Wed, 17 Aug 2022 09:13:18 -0400 Subject: [PATCH] doc: fix documented keyword argument default to match

Re: doc: fix documented keyword argument default to match code

2022-12-15 Thread Aleix Conchillo FlaquƩ
On Thu, Dec 15, 2022 at 9:46 AM Vijay Marupudi wrote: > Hello guile-devel, > > Bumping this simple documentation bug fix to (ice-9 getopt-long). > LGTM. Procedure is: (define* (getopt-long program-arguments option-desc-list #:key stop-at-first-non-option) And by default