]> git.eshelyaron.com Git - emacs.git/commit
Improve doc for hash tables
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Jul 2019 18:20:07 +0000 (11:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Jul 2019 18:24:11 +0000 (11:24 -0700)
commitcf285946bee56912286f75e4d1215214bc7c5b4b
tree7d2e8c14783d757b1af8998b0654ce3622bbdc07
parent4a1507b88e813e3d54614f4cb59211234e05334a
Improve doc for hash tables

* doc/lispref/hash.texi (Creating Hash, Defining Hash):
* src/fns.c (Fsxhash_eq, Fsxhash_eql, Fsxhash_equal):
Say that hashes are fixnums.
(Fmake_hash_table): Say that that an integer rehash-size
should be a fixnum.
* doc/lispref/hash.texi (Defining Hash): Say that hash and
comparison functions should be consistent and pure, and should
return quickly.
doc/lispref/hash.texi
src/fns.c