diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-11-04 14:50:09 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-11-04 14:50:59 -0700 |
commit | acae275b2752357497a2411876b83240ce7c8aec (patch) | |
tree | f933ac34ea480ea0a8071baf191cd3f30f253dcf /lisp/emacs-lisp | |
parent | d8fac734e563df1169e3d8d715cca3481dfec8ac (diff) | |
download | emacs-acae275b2752357497a2411876b83240ce7c8aec.tar.gz emacs-acae275b2752357497a2411876b83240ce7c8aec.tar.bz2 emacs-acae275b2752357497a2411876b83240ce7c8aec.zip |
; Spelling fixes
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/eieio-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eieio-core.el b/lisp/emacs-lisp/eieio-core.el index 223c2a69a62..5454dfcbbc4 100644 --- a/lisp/emacs-lisp/eieio-core.el +++ b/lisp/emacs-lisp/eieio-core.el @@ -459,7 +459,7 @@ See `defclass' for more information." (cl--slot-descriptor-initform (aref slots i))))) (setf (eieio--class-class-allocation-values newc) v)) - ;; Attach slot symbols into a hashtable, and store the index of + ;; Attach slot symbols into a hash table, and store the index of ;; this slot as the value this table. (let* ((slots (eieio--class-slots newc)) ;; (cslots (eieio--class-class-slots newc)) |