]> code.delx.au - gnu-emacs/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Jun 2016 11:38:21 +0000 (13:38 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Jun 2016 11:38:48 +0000 (13:38 +0200)
lisp/emacs-lisp/map.el
lisp/progmodes/cc-engine.el

index 735ab8f1759293c36f082798b246c6205d1692b3..98a88711aa52d54a856252a4c9d00e2bde5a419a 100644 (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))
index 5fa0403458527a805c20c3eb0e431a5860611321..17415a259b6d3248a148b2b09b956f95479b4cb6 100644 (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
@@ -6061,7 +6061,7 @@ comment at the start of cc-engine.el for more info."
   ;;
   ;; 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 ()