Re: Typo in ref. manual, @node lambda* Reference?

2001-08-14 Thread Martin Grabmueller
From: Eric Hanchrow [EMAIL PROTECTED] Date: 13 Aug 2001 13:23:49 -0700 I've only just started reading about keywords, and am not sure I've got this right. But it seems that every place in the documentation that says `#:key' should really say `#key' instead -- the former doesn't work in

Typo in ref. manual, @node lambda* Reference?

2001-08-13 Thread Eric Hanchrow
I've only just started reading about keywords, and am not sure I've got this right. But it seems that every place in the documentation that says `#:key' should really say `#key' instead -- the former doesn't work in Guile; it complains like this: guile (lambda* (bob #:key sam) '())