emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/record 566feec: Remove reference to EIEIO; just me


From: Lars Brinkhoff
Subject: [Emacs-diffs] scratch/record 566feec: Remove reference to EIEIO; just mention type descriptors.
Date: Thu, 6 Apr 2017 02:27:36 -0400 (EDT)

branch: scratch/record
commit 566feecfc37ad39bfc1c8c75692af08c6d7b0101
Author: Lars Brinkhoff <address@hidden>
Commit: Lars Brinkhoff <address@hidden>

    Remove reference to EIEIO; just mention type descriptors.
---
 doc/lispref/records.texi | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/records.texi b/doc/lispref/records.texi
index af23859..3bf6a4a 100644
--- a/doc/lispref/records.texi
+++ b/doc/lispref/records.texi
@@ -19,10 +19,9 @@ implementation records can have at most 4096 slots, whereas 
vectors
 can be much larger.  Like arrays, records use zero-origin indexing:
 the first slot has index 0.
 
-  The type slot should be a symbol or a record.  If it's a record,
address@hidden assumes it's an EIEIO (@pxref{Top,,,eieio,EIEIO}) type
-descriptor and returns the contents of slot 1.  Any other kind of
-object is returned as-is.
+  The type slot should be a symbol or a type descriptor.  If it's a
+type descriptor, the symbol naming its type will be returned.  Any
+other kind of object is returned as-is.
 
   The printed representation of records is @samp{#s} followed by a
 list specifying the contents.  The first list element must be the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]