Severity: minor Tags: patch 0. emacs -Q 1. C-h f clrhash RET > Clear hash table TABLE and return it. 2. C-h S clrhash RET > Common Lisp note: In Common Lisp, ‘clrhash’ returns the empty > TABLE. In Emacs Lisp, it returns ‘nil’. It seems the following changes never propagated to the manual: (Fputhash): Return `value' rather than nil. d9c4f922fb 2000-07-03 06:59:05 +0000 https://git.sv.gnu.org/cgit/emacs.git/commit/?id=d9c4f922fb * fns.c (Fputhash): Document return value. a54e348216 2011-06-06 18:39:26 -0700 https://git.sv.gnu.org/cgit/emacs.git/commit/?id=a54e348216 And the following change wasn't announced in etc/NEWS either: (Fclrhash): Return TABLE. ccd8f7fe14 2008-01-25 10:01:15 +0000 https://git.sv.gnu.org/cgit/emacs.git/commit/?id=ccd8f7fe14 Is there any point in announcing the status quo, or can we just update the manual, e.g. as follows?