From: Glenn Morris Date: Tue, 6 Nov 2012 02:28:48 +0000 (-0500) Subject: * doc/misc/cl.texi (Overview): Mention EIEIO here, as well as the appendix. X-Git-Tag: emacs-24.2.90~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2027b1b30ab9aac3d67a96d3e2880e4e2c8449ca;p=emacs.git * doc/misc/cl.texi (Overview): Mention EIEIO here, as well as the appendix. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 1e7cb4e7093..4f4d7ea8198 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,6 +1,7 @@ 2012-11-06 Glenn Morris - * 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. diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 9d129ee79b2..b477aa55ffe 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -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