diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/type-descriptors.html | |
new repository
Diffstat (limited to 'devdocs/elisp/type-descriptors.html')
| -rw-r--r-- | devdocs/elisp/type-descriptors.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/elisp/type-descriptors.html b/devdocs/elisp/type-descriptors.html new file mode 100644 index 00000000..833df003 --- /dev/null +++ b/devdocs/elisp/type-descriptors.html @@ -0,0 +1,6 @@ + <h4 class="subsection">Type Descriptors</h4> <p>A <em>type descriptor</em> is a <code>record</code> which holds information about a type. Slot 1 in the record must be a symbol naming the type, and <code>type-of</code> relies on this to return the type of <code>record</code> objects. No other type descriptor slot is used by Emacs; they are free for use by Lisp extensions. </p> <p>An example of a type descriptor is any instance of <code>cl-structure-class</code>. </p><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Type-Descriptors.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Type-Descriptors.html</a> + </p> +</div> |
