Mercurial > hg > xemacs-beta
comparison src/elhash.c @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | 31be2a3d121d |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
2092 argument and returning an integer that is the hash code of the argument. | 2092 argument and returning an integer that is the hash code of the argument. |
2093 | 2093 |
2094 Computation should use the whole value range of the underlying machine long | 2094 Computation should use the whole value range of the underlying machine long |
2095 type. In XEmacs this will necessitate bignums for values above | 2095 type. In XEmacs this will necessitate bignums for values above |
2096 `most-positive-fixnum' but below (1+ (* most-positive-fixnum 2)) and | 2096 `most-positive-fixnum' but below (1+ (* most-positive-fixnum 2)) and |
2097 analagous values below `most-negative-fixnum'. Relatively poor hashing | 2097 analogous values below `most-negative-fixnum'. Relatively poor hashing |
2098 performance is guaranteed in a build without bignums. | 2098 performance is guaranteed in a build without bignums. |
2099 | 2099 |
2100 This function returns t if successful, and errors if NAME | 2100 This function returns t if successful, and errors if NAME |
2101 cannot be defined as a hash table test. | 2101 cannot be defined as a hash table test. |
2102 */ | 2102 */ |