Spelling fixes.
This commit is contained in:
parent
1c889bf68c
commit
f6b1b0a848
30 changed files with 39 additions and 40 deletions
|
@ -92,7 +92,7 @@ Optional HEADERFCN should be called to insert a few bits of info first."
|
|||
(princ "Class ")
|
||||
(prin1 class)
|
||||
(terpri)
|
||||
;; Inheritence tree information
|
||||
;; Inheritance tree information
|
||||
(let ((pl (class-parents class)))
|
||||
(when pl
|
||||
(princ " Inherits from ")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;;; eieio.el --- Enhanced Implementation of Emacs Interpreted Objects
|
||||
;;; or maybe Eric's Implementation of Emacs Intrepreted Objects
|
||||
;;; or maybe Eric's Implementation of Emacs Interpreted Objects
|
||||
|
||||
;; Copyright (C) 1995-1996, 1998-2011 Free Software Foundation, Inc.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue