Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3343:29234c1a76c7
[xemacs-hg @ 2006-04-16 15:54:16 by aidan]
Docstring improvements for basic Lisp functions, CL.
author | aidan |
---|---|
date | Sun, 16 Apr 2006 15:54:21 +0000 |
parents | f63530aa6c68 |
children | 316f3f347b4f |
comparison
equal
deleted
inserted
replaced
3342:9e258fc95550 | 3343:29234c1a76c7 |
---|---|
1 2006-04-16 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * data.c (Fconsp): | |
4 * data.c (Fsymbolp): | |
5 * data.c (Fcar): | |
6 * data.c (Flistp): | |
7 * data.c (Fsetcar): | |
8 * data.c (Fsetcdr): | |
9 * data.c (Flss): | |
10 * data.c (Fgtr): | |
11 Short docstring clarifications to make life easier for people who | |
12 are learning Lisp; explain what a cons is in the consp docstring, | |
13 what a symbol is in the symbolp docstring, and so forth. Thank you | |
14 Alan Mackenzie on emacs-devel. | |
15 Expand on "monotonically increasing" and "monotonically | |
16 decreasing" in the Flss and Fgtr docstrings. | |
17 | |
1 2006-04-10 Jerry James <james@xemacs.org> | 18 2006-04-10 Jerry James <james@xemacs.org> |
2 | 19 |
3 * alsaplay.c: Support pre-1.0.10 versions of the ALSA library. | 20 * alsaplay.c: Support pre-1.0.10 versions of the ALSA library. |
4 | 21 |
5 2006-03-23 Tony Bennett <tbennett@nvidia.com> | 22 2006-03-23 Tony Bennett <tbennett@nvidia.com> |