GNU bug report logs -
#34842
26.1; Alist documentation: let-alist
Previous Next
Reported by: Sebastián Monía <seb.hoagie <at> outlook.com>
Date: Wed, 13 Mar 2019 14:42:02 UTC
Severity: minor
Tags: fixed
Found in version 26.1
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> "Basil L. Contovounesios" <contovob <at> tcd.ie> writes:
>
>> Thanks. The following constitute what I think are some opportunities
>> for clarifying the current doc. WDYT?
>
> Looks good to me, but:
Thanks.
>> +@samp{.} are bound. Each such @var{.symbol} is bound to the @sc{cdr}
>> +of the first association for @var{symbol} in @var{alist} using
>> +@code{assq}. If no such association exists, @var{.symbol} is bound to
>> +@code{nil}:
>>
>> +@lisp
>> +(let-alist colors
>> + .tulip)
>> + @result{} nil
>> +@end lisp
>
> This bit seems superfluous. (cdr (assq ...)) is nil when no such
> association exists, but this makes it sound like that's a special case
> somehow...
It's just making it explicit without having to refer to specifics of the
implementation. I think it's a common style in the docs, but I don't
feel strongly about it. Would you rather remove the example, the
sentence, or both?
--
Basil
This bug report was last modified 5 years and 282 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.