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:
parent
ab7f1c43dc
commit
2027b1b30a
2 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue