emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 8419f0d: ; Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master 8419f0d: ; Spelling fixes
Date: Sun, 26 Jun 2016 11:38:52 +0000 (UTC)

branch: master
commit 8419f0d166cf5107062ff74f120c591f3fce35d9
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; 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 735ab8f..98a8871 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 5fa0403..17415a2 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]