]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 May 2015 19:25:18 +0000 (12:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 May 2015 19:25:48 +0000 (12:25 -0700)
lisp/emacs-lisp/eieio-custom.el
test/automated/cl-lib-tests.el

index 8e19544c65e547e56af2f4470fd00a4dd8978396..31d0b85c55a5e21e7f243178edf3a4ba32ab4e34 100644 (file)
@@ -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))
index ece1d45cae0eb8e5d69ab072c5be2cedba197874..1bdc6d7ca09b001d94f7e8cbef588295871c4dc1 100644 (file)
     (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