]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/subr.el (sha1): Fix typo in docstring.
authorUlrich Müller <ulm@gentoo.org>
Mon, 19 Aug 2024 13:49:47 +0000 (15:49 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 14:12:18 +0000 (16:12 +0200)
(cherry picked from commit 21be5cadaf1e43cf886f38cb14fa25b96d8b551d)

lisp/subr.el

index a367f6ef8171d55c61388fb712795c3e6289c31e..fae9ff27a09631763d096ccd76bee17700e98fa4 100644 (file)
@@ -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