From: Ulrich Müller Date: Mon, 19 Aug 2024 13:49:47 +0000 (+0200) Subject: ; * lisp/subr.el (sha1): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~535 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=21be5cadaf1e43cf886f38cb14fa25b96d8b551d;p=emacs.git ; * lisp/subr.el (sha1): Fix typo in docstring. --- diff --git a/lisp/subr.el b/lisp/subr.el index 31c53a6455b..a8e3df14cd3 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -4482,7 +4482,7 @@ Otherwise, return nil." OBJECT is either a string or a buffer. Optional arguments START and END are character positions specifying which portion of OBJECT for 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 for anything security-related. See `secure-hash' for