]> git.eshelyaron.com Git - emacs.git/commit
Clarify permitted mutation in `maphash` documentation
authorMattias EngdegÄrd <mattiase@acm.org>
Fri, 19 Jan 2024 14:52:13 +0000 (15:52 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jan 2024 16:54:32 +0000 (17:54 +0100)
commit4eb81217cdf23e3f228ef3d95e7b5a0ceb95007c
tree12bf64f1be18947baf8cfb3394b0cd7ad62f1a49
parent52a85fffb0344dc09c43a2d429740d5283b534f1
Clarify permitted mutation in `maphash` documentation

* doc/lispref/hash.texi (Hash Access):
* src/fns.c (Fmaphash):
Make it clear what the function passed as argument can do.  Until now
these rules were unwritten, and are still unenforced.

(cherry picked from commit 7a87ca09a73d61b46bfcaca317095ce7545bd3f3)
doc/lispref/hash.texi
src/fns.c