]> git.eshelyaron.com Git - emacs.git/commit
Don't pretend that hash-table-size is useful
authorMattias Engdegård <mattiase@acm.org>
Sat, 30 Dec 2023 14:54:32 +0000 (15:54 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 13 Jan 2024 19:50:39 +0000 (20:50 +0100)
commit519c7ca7356fc7f9707b97c143c9495deea5b272
tree8ce0de3df4397233fa34db835999c309dcc75c57
parent1998039f7a8f2ecc884a6fed85c0cc1ce06f83e2
Don't pretend that hash-table-size is useful

* lisp/emacs-lisp/shortdoc.el (hash-table): Remove hash-table-size entry.
* doc/lispref/hash.texi (Other Hash):
* src/fns.c (Fhash_table_size): Make it clear that hash-table-size is
probably not worth using.
doc/lispref/hash.texi
lisp/emacs-lisp/shortdoc.el
src/fns.c