]> 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)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Jan 2024 15:15:48 +0000 (16:15 +0100)
commit1b97cf721ce12119d22d60d89f2fbd54dd9aa919
tree96ef54782551beed9631886a0407335dff640a34
parent37a975f261a04c50b0fd4b56706a91a0f4e26132
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.

(cherry picked from commit 519c7ca7356fc7f9707b97c143c9495deea5b272)
doc/lispref/hash.texi
lisp/emacs-lisp/shortdoc.el
src/fns.c