diff options
author | Lars Brinkhoff <lars@nocrew.org> | 2017-04-05 08:42:25 +0200 |
---|---|---|
committer | Lars Brinkhoff <lars@nocrew.org> | 2017-04-06 20:30:28 +0200 |
commit | 4753f3f0af33c5defe3a340f82265db6a6863030 (patch) | |
tree | ad48b75c21ba2c822904971bf4909ba0626f4014 /doc/lispref/elisp.texi | |
parent | e3eea9a4b449c87a3bb022098a9e6f1bda805cb3 (diff) | |
download | emacs-4753f3f0af33c5defe3a340f82265db6a6863030.tar.gz |
Update documentation for type semantics of records.
* objects.texi (Record Type): improve description of what
`type-of' returns for records.
(Type Descriptors): new section.
* elisp.texi: reference it.
* records.texi (Records): reference it. Document behaviour when type
slot is a record.
* alloc.c (Fmake_record, Frecord): mention type desciptors.
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r-- | doc/lispref/elisp.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 3a348aae98e..bff3112d73b 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -316,6 +316,7 @@ Programming Types * Primitive Function Type:: A function written in C, callable from Lisp. * Byte-Code Type:: A function written in Lisp, then compiled. * Record Type:: Compound objects with programmer-defined types. +* Type Descriptors:: Objects holding information about types. * Autoload Type:: A type used for automatically loading seldom-used functions. * Finalizer Type:: Runs code when no longer reachable. |