Mercurial > hg > xemacs-beta
diff man/ChangeLog @ 4471:2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
2008-05-27 Aidan Kehoe <kehoea@parhasard.net>
* lispref/objects.texi (Equality Predicates):
Cross reference to the section on comparison of numbers when
talking about using #'eq with integers; also mention that
#'eq gives t when passed identical integers, and that #'char= is
also available there.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 27 May 2008 11:58:42 +0200 |
parents | 969a957a44ac |
children | a99eb40f0b5b |
line wrap: on
line diff
--- a/man/ChangeLog Tue May 27 12:01:29 2008 +0200 +++ b/man/ChangeLog Tue May 27 11:58:42 2008 +0200 @@ -1,3 +1,11 @@ +2008-05-27 Aidan Kehoe <kehoea@parhasard.net> + + * lispref/objects.texi (Equality Predicates): + Cross reference to the section on comparison of numbers when + talking about using #'eq with integers; also mention that + #'eq gives t when passed identical integers, and that #'char= is + also available there. + 2008-05-21 Aidan Kehoe <kehoea@parhasard.net> * internals/internals.texi (Ben's README):