mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Spelling fixes
This commit is contained in:
parent
ad9e659b30
commit
0508aa2670
2 changed files with 3 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue