]> 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)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Jan 2024 15:15:49 +0000 (16:15 +0100)
commit3dbc5d24508572d13867f2897eee01b580a96d5e
treef7e730495de531d7e030b192a76340ebfe5dc2b7
parent1b97cf721ce12119d22d60d89f2fbd54dd9aa919
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.

(cherry picked from commit d2c3a983146b7c0fb0f8b855268effb695d0bbf5)
doc/lispref/hash.texi
doc/lispref/objects.texi
etc/NEWS
lisp/emacs-lisp/comp.el
src/fns.c