aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2015-05-05 12:25:18 -0700
committerPaul Eggert2015-05-05 12:25:48 -0700
commit0508aa26705b3507d9afac54ada4eac47f8cf8a5 (patch)
treec833eef0629778f337c2ff93394db1ecd2e6f2fb /lisp
parentad9e659b30545e9476c2166fed469d7a03b2f554 (diff)
downloademacs-0508aa26705b3507d9afac54ada4eac47f8cf8a5.tar.gz
emacs-0508aa26705b3507d9afac54ada4eac47f8cf8a5.zip
Spelling fixes
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/eieio-custom.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/eieio-custom.el b/lisp/emacs-lisp/eieio-custom.el
index 8e19544c65e..31d0b85c55a 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."
299 (props (cl--slot-descriptor-props slot)) 299 (props (cl--slot-descriptor-props slot))
300 (cust (alist-get :custom props))) 300 (cust (alist-get :custom props)))
301 ;; 301 ;;
302 ;; Shouldn't i be incremented unconditionnaly ? Or 302 ;; Shouldn't I be incremented unconditionally? Or
303 ;; better shouldn't we simply mapc on the slots vector 303 ;; better shouldn't we simply mapc on the slots vector
304 ;; avoiding use of this integer variable ? PLN Sat May 304 ;; avoiding use of this integer variable? PLN Sat May
305 ;; 2 07:35:45 2015 305 ;; 2 07:35:45 2015
306 ;; 306 ;;
307 (setq i (+ i 1)) 307 (setq i (+ i 1))