bug#34457: GNU Guile: Error in docstring of proc reverse-list->string

2021-03-25 Thread Calvin Heim
Fixed by Rob Browning in commit 859cd4eb9bde1a67f1e85aa09b7a18b9d567c47c.

bug#34457: GNU Guile: Error in docstring of proc reverse-list->string

2019-02-12 Thread tomas
On Tue, Feb 12, 2019 at 03:34:06PM +0400, Андрей wrote: > Good day! > > The docstring of `reverse-list->string` proc says: > ``` > scheme@(guile-user)> (help reverse-list->string ) > `reverse-list->string' is a procedure in the (guile) module. > > - Scheme Procedure: reverse-list->string chrs >

bug#34457: GNU Guile: Error in docstring of proc reverse-list->string

2019-02-12 Thread Андрей
Good day! The docstring of `reverse-list->string` proc says: ``` scheme@(guile-user)> (help reverse-list->string ) `reverse-list->string' is a procedure in the (guile) module. - Scheme Procedure: reverse-list->string chrs An efficient implementation of `(compose string->list reverse)':