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))
;; never a backslash escaping the end of line. If the character preceding
;; this "last possible" character is itself a backslash, this preceding
;; character gets a "punctuation" `syntax-table' value. If the "(" is
-;; already at the end of the macro, it gets the "punctuaion" value, and no
+;; already at the end of the macro, it gets the "punctuation" value, and no
;; "string fence"s are used.
;;
;; The effect on the fontification of either of these tactics is that rest of
;;
;; Point is undefined on both entry and exit, and the return value has no
;; significance.
- ;;
+ ;;
;; This function is called as an after-change function solely due to its
;; membership of the C++ value of `c-before-font-lock-functions'.
(c-save-buffer-state ()