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:
parent
e68fe57c52
commit
8419f0d166
2 changed files with 3 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue