comparison 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
comparison
equal deleted inserted replaced
4470:c76b1bc6bd28 4471:2d39535e1f9d
1 2008-05-27 Aidan Kehoe <kehoea@parhasard.net>
2
3 * lispref/objects.texi (Equality Predicates):
4 Cross reference to the section on comparison of numbers when
5 talking about using #'eq with integers; also mention that
6 #'eq gives t when passed identical integers, and that #'char= is
7 also available there.
8
1 2008-05-21 Aidan Kehoe <kehoea@parhasard.net> 9 2008-05-21 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * internals/internals.texi (Ben's README): 11 * internals/internals.texi (Ben's README):
4 Add a couple of @itemize / @end itemize pairs, to prevent 12 Add a couple of @itemize / @end itemize pairs, to prevent
5 #'batch-texinfo-format choking on the input. 13 #'batch-texinfo-format choking on the input.