From 2027b1b30ab9aac3d67a96d3e2880e4e2c8449ca Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 5 Nov 2012 21:28:48 -0500 Subject: [PATCH] * doc/misc/cl.texi (Overview): Mention EIEIO here, as well as the appendix. --- doc/misc/ChangeLog | 3 ++- doc/misc/cl.texi | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5