]> git.eshelyaron.com Git - emacs.git/commit
Update documentation for type semantics of records.
authorLars Brinkhoff <lars@nocrew.org>
Wed, 5 Apr 2017 06:42:25 +0000 (08:42 +0200)
committerLars Brinkhoff <lars@nocrew.org>
Thu, 6 Apr 2017 18:30:28 +0000 (20:30 +0200)
commit4753f3f0af33c5defe3a340f82265db6a6863030
treead48b75c21ba2c822904971bf4909ba0626f4014
parente3eea9a4b449c87a3bb022098a9e6f1bda805cb3
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.
doc/lispref/elisp.texi
doc/lispref/objects.texi
doc/lispref/records.texi
src/alloc.c