* Generate elisp_type_hierarchy.txt with top level types on top of it

* admin/syncdoc-type-hierarchy.el (syncdoc-make-type-table): Prioratize
to level types.
scratch/lisp-func-type-decls
Andrea Corallo 2024-04-23 15:37:04 +02:00
parent 05008290fb
commit cb04549204
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
(lambda (x1 x2)
(< (length (memq (car x2) syncdoc-all-types))
(length (memq (car x1) syncdoc-all-types)))))
(cl-loop for (type . children) in subtypes
(cl-loop for (type . children) in (reverse subtypes)
do (insert "|" (symbol-name type) " |")
do (cl-loop with x = 0
for child in children