Mercurial > hg > xemacs-beta
comparison lisp/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 | 591c4e52c6d5 |
children | 15fb91e3a115 |
comparison
equal
deleted
inserted
replaced
3342:9e258fc95550 | 3343:29234c1a76c7 |
---|---|
1 2006-04-16 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl.el (incf): | |
4 * cl.el (decf): | |
5 * cl.el (pop): | |
6 * cl.el (push): | |
7 * cl.el (pushnew): | |
8 Docstring clarifications; drop non-standard formatting for incf, | |
9 decf, pop, move to GNU's parameter names for push, pushnew since | |
10 they make it much easier to remember the right order. | |
11 | |
1 2006-04-15 Aidan Kehoe <kehoea@parhasard.net> | 12 2006-04-15 Aidan Kehoe <kehoea@parhasard.net> |
2 | 13 |
3 * cmdloop.el (read-quoted-char): Use unicode-to-char instead of | 14 * cmdloop.el (read-quoted-char): Use unicode-to-char instead of |
4 int-to-char for converting code points to characters; document | 15 int-to-char for converting code points to characters; document |
5 this usage. This is compatible with previously documented | 16 this usage. This is compatible with previously documented |