Run 'syncdoc-update-type-hierarchy'.
* doc/lispref/elisp_type_hierarchy.jpg: Update. * doc/lispref/elisp_type_hierarchy.txt: Likewise.
This commit is contained in:
parent
cc2579c10b
commit
3be70a13d7
2 changed files with 22 additions and 18 deletions
Binary file not shown.
Before Width: | Height: | Size: 350 KiB After Width: | Height: | Size: 338 KiB |
|
@ -1,29 +1,33 @@
|
|||
| Type | Derived Types |
|
||||
|---------------------+------------------------------------------------------------|
|
||||
| atom | mutex record font-spec frame number-or-marker |
|
||||
| | tree-sitter-compiled-query tree-sitter-node font-entity |
|
||||
| | tree-sitter-parser hash-table window-configuration |
|
||||
| | function user-ptr overlay array process font-object symbol |
|
||||
| | obarray condvar buffer terminal thread window |
|
||||
| | native-comp-unit |
|
||||
| cl-structure-object | xref-elisp-location org-cite-processor cl--generic-method |
|
||||
| | cl--random-state register-preview-info cl--generic |
|
||||
| | cl--class cl-slot-descriptor uniquify-item registerv |
|
||||
| | isearch--state cl--generic-generalizer lisp-indent-state |
|
||||
| t | sequence atom |
|
||||
| compiled-function | subr byte-code-function |
|
||||
| integer | fixnum bignum |
|
||||
| symbol | symbol-with-pos keyword boolean |
|
||||
| accessor | oclosure-accessor |
|
||||
| oclosure | advice cconv--interactive-helper advice--forward accessor |
|
||||
| | save-some-buffers-function cl--generic-nnm |
|
||||
| atom | ppss decoded-time oclosure cl-structure-object timer |
|
||||
| | native-comp-unit obarray symbol number-or-marker overlay |
|
||||
| | window-configuration process window buffer frame |
|
||||
| | hash-table terminal thread mutex condvar font-spec |
|
||||
| | font-entity font-object user-ptr tree-sitter-parser |
|
||||
| | tree-sitter-node tree-sitter-compiled-query function array |
|
||||
| cl--class | cl-structure-class oclosure--class |
|
||||
| cons | ppss decoded-time |
|
||||
| cl--class | cl-structure-class oclosure--class built-in-class |
|
||||
| subr | subr-primitive subr-native-elisp |
|
||||
| function | compiled-function module-function |
|
||||
| compiled-function | subr byte-code-function |
|
||||
| list | cons null |
|
||||
| array | string vector bool-vector char-table |
|
||||
| number | float integer |
|
||||
| number-or-marker | integer-or-marker number |
|
||||
| function | oclosure compiled-function interpreted-function |
|
||||
| | module-function |
|
||||
| sequence | list array |
|
||||
| integer-or-marker | integer marker |
|
||||
| boolean | null |
|
||||
| array | string char-table bool-vector vector |
|
||||
| symbol | symbol-with-pos boolean keyword |
|
||||
| integer | fixnum bignum |
|
||||
| number-or-marker | number integer-or-marker |
|
||||
| integer-or-marker | marker integer |
|
||||
| number | integer float |
|
||||
| sequence | array list |
|
||||
| t | atom sequence |
|
||||
| list | null cons |
|
||||
| record | cl-structure-object |
|
||||
| vector | timer |
|
||||
|
|
Loading…
Add table
Reference in a new issue