[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 21be5cadaf1: ; * lisp/subr.el (sha1): Fix typo in docstring.
From: |
Ulrich Müller |
Subject: |
emacs-30 21be5cadaf1: ; * lisp/subr.el (sha1): Fix typo in docstring. |
Date: |
Mon, 19 Aug 2024 09:51:03 -0400 (EDT) |
branch: emacs-30
commit 21be5cadaf1e43cf886f38cb14fa25b96d8b551d
Author: Ulrich Müller <ulm@gentoo.org>
Commit: Ulrich Müller <ulm@gentoo.org>
; * lisp/subr.el (sha1): Fix typo in docstring.
---
lisp/subr.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 21be5cadaf1: ; * lisp/subr.el (sha1): Fix typo in docstring.,
Ulrich Müller <=