]> git.eshelyaron.com Git - emacs.git/commit
; Improve documentation of hash functions.
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Feb 2023 10:28:43 +0000 (12:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Feb 2023 10:28:43 +0000 (12:28 +0200)
commit2d1e43436da93defe13ad125de46e3bce41172c3
tree29c360e78e4409d59146ec38a43ef245293498b5
parent900f7e07275405d8e40ce19b91eca3f5b0f3a870
; Improve documentation of hash functions.

* src/fns.c (Fsecure_hash, Fmd5): Document the length of the
return values.

* lisp/subr.el (sha1): Describe the return value in more detail.

* doc/lispref/text.texi (Checksum/Hash): Document 'sha1'.
Document the length of the strings returned by each hashing
algorithm.
doc/lispref/text.texi
lisp/subr.el
src/fns.c