diff options
| -rw-r--r-- | doc/misc/ChangeLog | 3 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2012-11-06 Glenn Morris <rgm@gnu.org> | 1 | 2012-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 |
| 108 | Some features are too complex or bulky relative to their benefit | 108 | Some features are too complex or bulky relative to their benefit |
| 109 | to Emacs Lisp programmers. CLOS and Common Lisp streams are fine | 109 | to Emacs Lisp programmers. CLOS and Common Lisp streams are fine |
| 110 | examples of this group. | 110 | examples of this group. (The separate package EIEIO implements |
| 111 | a subset of CLOS functionality. @xref{Top, , Introduction, eieio, EIEIO}.) | ||
| 111 | 112 | ||
| 112 | @item | 113 | @item |
| 113 | Other features cannot be implemented without modification to the | 114 | Other features cannot be implemented without modification to the |