]> git.eshelyaron.com Git - emacs.git/commit
; Fix documentation of secure-hash functions
authorEli Zaretskii <eliz@gnu.org>
Mon, 19 Aug 2024 14:51:50 +0000 (17:51 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 14:12:20 +0000 (16:12 +0200)
commit5cd789d09bbe3b46960507703c91c279e55d7e7d
treeebfeb1935ecdfe18c9d3da1f5e81110dbb2fb038
parenteca35289b7e790b6cdb0afa62884d62da79e6195
; Fix documentation of secure-hash functions

* src/fns.c (Fsecure_hash):
* doc/lispref/text.texi (Checksum/Hash):
* lisp/subr.el (sha1): Fix documentation wrt to the number of
bytes 'secure-hash' and its variants return when BINARY is
non-nil.  Reported by Pip Cet <pipcet@protonmail.com>.

(cherry picked from commit fc7581ae2ee9db1e3189b76c66be9cd13f72f004)
doc/lispref/text.texi
lisp/subr.el
src/fns.c