1
Fork 0
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:
Stefan Kangas 2022-07-02 10:20:23 +02:00
parent 3112d5a2f1
commit 9230953f23
12 changed files with 27 additions and 27 deletions

View file

@ -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