mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
; Fix typos.
This commit is contained in:
parent
3112d5a2f1
commit
9230953f23
12 changed files with 27 additions and 27 deletions
|
|
@ -146,7 +146,7 @@ supertypes from the most specific to least specific.")
|
|||
(while (recordp parent)
|
||||
(add-to-list (cl--struct-class-children-sym parent) tag)
|
||||
;; Only register ourselves as a child of the leftmost parent since structs
|
||||
;; can only only have one parent.
|
||||
;; can only have one parent.
|
||||
(setq parent (car (cl--struct-class-parents parent)))))
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue