From 8419f0d166cf5107062ff74f120c591f3fce35d9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 26 Jun 2016 13:38:21 +0200 Subject: [PATCH] ; Spelling fixes --- lisp/emacs-lisp/map.el | 2 +- lisp/progmodes/cc-engine.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el index 735ab8f175..98a88711aa 100644 --- a/lisp/emacs-lisp/map.el +++ b/lisp/emacs-lisp/map.el @@ -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)) diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 5fa0403458..17415a259b 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -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 () -- 2.39.2