1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

* doc/misc/cl.texi (Overview): Mention EIEIO here, as well as the appendix.

This commit is contained in:
Glenn Morris 2012-11-05 21:28:48 -05:00
parent ab7f1c43dc
commit 2027b1b30a
2 changed files with 4 additions and 2 deletions

View 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.

View 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