From eca35289b7e790b6cdb0afa62884d62da79e6195 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Mon, 19 Aug 2024 15:49:47 +0200 Subject: [PATCH] ; * lisp/subr.el (sha1): Fix typo in docstring. (cherry picked from commit 21be5cadaf1e43cf886f38cb14fa25b96d8b551d) --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index a367f6ef817..fae9ff27a09 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -4097,7 +4097,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 -- 2.39.2