mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
* 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.
This commit is contained in:
parent
05008290fb
commit
cb04549204
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user