comparison src/ChangeLog @ 5302:6468cf6f0b9d

Correct argument name in docstring, #'random. 2010-11-14 Aidan Kehoe <kehoea@parhasard.net> * fns.c (Frandom): Correct the docstring here, the name of the argument is LIMIT, not N.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 14 Nov 2010 14:13:06 +0000
parents 9f738305f80f
children 4c4085177ca5
comparison
equal deleted inserted replaced
5301:ec05a30f7148 5302:6468cf6f0b9d
1 2010-11-14 Aidan Kehoe <kehoea@parhasard.net>
2
3 * fns.c (Frandom): Correct the docstring here, the name of the
4 argument is LIMIT, not N.
5
1 2010-11-06 Aidan Kehoe <kehoea@parhasard.net> 6 2010-11-06 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * bytecode.c (bytecode_nreverse): Call Fnreverse() if SEQUENCE is 8 * bytecode.c (bytecode_nreverse): Call Fnreverse() if SEQUENCE is
4 not a cons in this function. 9 not a cons in this function.
5 (Fnreverse, Freverse): 10 (Fnreverse, Freverse):