emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 0508aa2: Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master 0508aa2: Spelling fixes
Date: Tue, 05 May 2015 19:25:52 +0000

branch: master
commit 0508aa26705b3507d9afac54ada4eac47f8cf8a5
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Spelling fixes
---
 lisp/emacs-lisp/eieio-custom.el |    4 ++--
 test/automated/cl-lib-tests.el  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/emacs-lisp/eieio-custom.el b/lisp/emacs-lisp/eieio-custom.el
index 8e19544..31d0b85 100644
--- a/lisp/emacs-lisp/eieio-custom.el
+++ b/lisp/emacs-lisp/eieio-custom.el
@@ -299,9 +299,9 @@ Optional argument IGNORE is an extraneous parameter."
              (props (cl--slot-descriptor-props slot))
              (cust (alist-get :custom props)))
        ;;
-       ;; Shouldn't i be incremented unconditionnaly ? Or
+       ;; Shouldn't I be incremented unconditionally?  Or
        ;; better shouldn't we simply mapc on the slots vector
-       ;; avoiding use of this integer variable ? PLN Sat May
+       ;; avoiding use of this integer variable?  PLN Sat May
        ;; 2 07:35:45 2015
        ;;
        (setq i (+ i 1))
diff --git a/test/automated/cl-lib-tests.el b/test/automated/cl-lib-tests.el
index ece1d45..1bdc6d7 100644
--- a/test/automated/cl-lib-tests.el
+++ b/test/automated/cl-lib-tests.el
@@ -444,7 +444,7 @@
     (should (eq nums (cl-adjoin 2 nums :test-not myfn-p))) ; 1 matches
     (should (eq nums (cl-adjoin 3 nums :test-not myfn-p))) ; 1 and 2 matches
 
-    ;; according to CLTL2 passing both :test and :test-not should signal error
+    ;; according to CLtL2 passing both :test and :test-not should signal error
     ;;(should-error (cl-adjoin 3 nums :test 'myfn-p :test-not myfn-p))
 
     ;; own :key fn



reply via email to

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