mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-19 02:10:10 +00:00
Spelling fixes.
This commit is contained in:
parent
322ad6ec0e
commit
8350f087ef
69 changed files with 125 additions and 137 deletions
|
@ -54,7 +54,7 @@ not been set, use values from the parent."
|
|||
|
||||
(defmethod slot-unbound ((object eieio-instance-inheritor) class slot-name fn)
|
||||
"If a slot OBJECT in this CLASS is unbound, try to inherit, or throw a signal.
|
||||
SLOT-NAME is the offending slot. FN is the function signalling the error."
|
||||
SLOT-NAME is the offending slot. FN is the function signaling the error."
|
||||
(if (slot-boundp object 'parent-instance)
|
||||
;; It may not look like it, but this line recurses back into this
|
||||
;; method if the parent instance's slot is unbound.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue