1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; Spelling fixes

This commit is contained in:
Paul Eggert 2016-06-26 13:38:21 +02:00
parent e68fe57c52
commit 8419f0d166
2 changed files with 3 additions and 3 deletions

View file

@ -373,7 +373,7 @@ MAP can be a list, hash-table or array."
alist))
(defun map--do-array (function array)
"Private function usde to iterate over ARRAY using FUNCTION."
"Private function used to iterate over ARRAY using FUNCTION."
(seq-do-indexed (lambda (elt index)
(funcall function index elt))
array))