1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -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))

View file

@ -5829,7 +5829,7 @@ comment at the start of cc-engine.el for more info."
;; 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