diff options
| author | Andrea Corallo | 2024-02-28 20:48:49 +0100 |
|---|---|---|
| committer | Andrea Corallo | 2024-02-28 21:12:27 +0100 |
| commit | f8311e8b4491b5658b9d5d1bebad29478c7b95b7 (patch) | |
| tree | 8664361b1f51c3663d2952a21eb28ae928d3bce8 | |
| parent | 1fbe56c32761efdc8d268df80a97a9102d00e109 (diff) | |
| download | emacs-feature/type-hierarchy.tar.gz emacs-feature/type-hierarchy.zip | |
Run syncdoc-type-hierarchy.el to follow obarray type introductionfeature/type-hierarchy
* doc/lispref/type_hierarchy.jpg: Update.
* doc/lispref/type_hierarchy.txt: Likewise.
| -rw-r--r-- | doc/lispref/type_hierarchy.jpg | bin | 217931 -> 223501 bytes | |||
| -rw-r--r-- | doc/lispref/type_hierarchy.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/type_hierarchy.jpg b/doc/lispref/type_hierarchy.jpg index 72996897165..b7eba7d1cf7 100644 --- a/doc/lispref/type_hierarchy.jpg +++ b/doc/lispref/type_hierarchy.jpg | |||
| Binary files differ | |||
diff --git a/doc/lispref/type_hierarchy.txt b/doc/lispref/type_hierarchy.txt index f68218b507a..c74bc45635b 100644 --- a/doc/lispref/type_hierarchy.txt +++ b/doc/lispref/type_hierarchy.txt | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | | | font-entity font-spec condvar mutex thread terminal | | 7 | | | font-entity font-spec condvar mutex thread terminal | |
| 8 | | | hash-table frame buffer function window process | | 8 | | | hash-table frame buffer function window process | |
| 9 | | | window-configuration overlay integer-or-marker | | 9 | | | window-configuration overlay integer-or-marker | |
| 10 | | | number-or-marker symbol array | | 10 | | | number-or-marker symbol array obarray | |
| 11 | | number | float integer | | 11 | | number | float integer | |
| 12 | | number-or-marker | marker number | | 12 | | number-or-marker | marker number | |
| 13 | | integer | bignum fixnum | | 13 | | integer | bignum fixnum | |