]> git.eshelyaron.com Git - emacs.git/commit
Hash-table documentation updates (bug#68244)
authorMattias Engdegård <mattiase@acm.org>
Sat, 30 Dec 2023 15:00:28 +0000 (16:00 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 13 Jan 2024 19:52:08 +0000 (20:52 +0100)
commitd2c3a983146b7c0fb0f8b855268effb695d0bbf5
treeb372375b37225b15e5378ae971bea1c271fbf756
parent519c7ca7356fc7f9707b97c143c9495deea5b272
Hash-table documentation updates (bug#68244)

* doc/lispref/hash.texi (Creating Hash, Other Hash):
Manual updates for make-hash-table, hash-table-rehash-size and
hash-table-rehash-threshold.
* doc/lispref/objects.texi (Hash Table Type): Update example.
* src/fns.c (Fhash_table_rehash_size, Fhash_table_rehash_threshold):
Update doc strings.
* etc/NEWS: Announce changes.
doc/lispref/hash.texi
doc/lispref/objects.texi
etc/NEWS
lisp/emacs-lisp/comp.el
src/fns.c