aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/ChangeLog3
-rw-r--r--doc/misc/cl.texi3
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 @@
12012-11-06 Glenn Morris <rgm@gnu.org> 12012-11-06 Glenn Morris <rgm@gnu.org>
2 2
3 * cl.texi (Obsolete Setf Customization): 3 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
4 (Obsolete Setf Customization):
4 Move note on lack of setf functions to lispref/variables.texi. 5 Move note on lack of setf functions to lispref/variables.texi.
5 Undocument get-setf-method, since it no longer exists. 6 Undocument get-setf-method, since it no longer exists.
6 7
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:
107@item 107@item
108Some features are too complex or bulky relative to their benefit 108Some features are too complex or bulky relative to their benefit
109to Emacs Lisp programmers. CLOS and Common Lisp streams are fine 109to Emacs Lisp programmers. CLOS and Common Lisp streams are fine
110examples of this group. 110examples of this group. (The separate package EIEIO implements
111a subset of CLOS functionality. @xref{Top, , Introduction, eieio, EIEIO}.)
111 112
112@item 113@item
113Other features cannot be implemented without modification to the 114Other features cannot be implemented without modification to the