diff options
| author | Glenn Morris | 2012-11-05 21:28:48 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-11-05 21:28:48 -0500 |
| commit | 2027b1b30ab9aac3d67a96d3e2880e4e2c8449ca (patch) | |
| tree | cfa2574f0ec7988f445faee01338f36c728694e6 /doc/misc/ChangeLog | |
| parent | ab7f1c43dc6a0d14584d1c2f9380cc34217a7696 (diff) | |
| download | emacs-2027b1b30ab9aac3d67a96d3e2880e4e2c8449ca.tar.gz emacs-2027b1b30ab9aac3d67a96d3e2880e4e2c8449ca.zip | |
* doc/misc/cl.texi (Overview): Mention EIEIO here, as well as the appendix.
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 3 |
1 files changed, 2 insertions, 1 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 | ||