; * lisp/subr.el (sha1): Fix typo in docstring.

This commit is contained in:
Ulrich Müller 2024-08-19 15:49:47 +02:00
parent 8715619d48
commit 21be5cadaf

View file

@ -4482,7 +4482,7 @@ Otherwise, return nil."
OBJECT is either a string or a buffer. Optional arguments START and OBJECT is either a string or a buffer. Optional arguments START and
END are character positions specifying which portion of OBJECT for END are character positions specifying which portion of OBJECT for
computing the hash. If BINARY is non-nil, return a 40-byte unibyte computing the hash. If BINARY is non-nil, return a 40-byte unibyte
string; otherwise returna 40-character string. string; otherwise return a 40-character string.
Note that SHA-1 is not collision resistant and should not be used Note that SHA-1 is not collision resistant and should not be used
for anything security-related. See `secure-hash' for for anything security-related. See `secure-hash' for