* doc/misc/cl.texi (Overview): Mention EIEIO here, as well as the appendix.
authorGlenn Morris <rgm@gnu.org>
Tue, 6 Nov 2012 02:28:48 +0000 (21:28 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 6 Nov 2012 02:28:48 +0000 (21:28 -0500)
doc/misc/ChangeLog
doc/misc/cl.texi

index 1e7cb4e..4f4d7ea 100644 (file)
@@ -1,6 +1,7 @@
 2012-11-06  Glenn Morris  <rgm@gnu.org>
 
-       * cl.texi (Obsolete Setf Customization):
+       * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
+       (Obsolete Setf Customization):
        Move note on lack of setf functions to lispref/variables.texi.
        Undocument get-setf-method, since it no longer exists.
 
index 9d129ee..b477aa5 100644 (file)
@@ -107,7 +107,8 @@ for various reasons:
 @item
 Some features are too complex or bulky relative to their benefit
 to Emacs Lisp programmers.  CLOS and Common Lisp streams are fine
-examples of this group.
+examples of this group.  (The separate package EIEIO implements
+a subset of CLOS functionality.  @xref{Top, , Introduction, eieio, EIEIO}.)
 
 @item
 Other features cannot be implemented without modification to the