aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-11-05 21:22:07 -0500
committerGlenn Morris2012-11-05 21:22:07 -0500
commitab7f1c43dc6a0d14584d1c2f9380cc34217a7696 (patch)
tree265293fd297d984d6ea2f0960e326963e356c4ba /doc/misc/ChangeLog
parent651af8c6316d7fca5b3dadb52b596c2485b2c5d3 (diff)
downloademacs-ab7f1c43dc6a0d14584d1c2f9380cc34217a7696.tar.gz
emacs-ab7f1c43dc6a0d14584d1c2f9380cc34217a7696.zip
Undocument get-setf-method, no longer exists
* doc/misc/cl.texi (Obsolete Setf Customization): Undocument get-setf-method, since it no longer exists. * etc/NEWS: Mention this.
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r--doc/misc/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index c182cb04b6c..1e7cb4e7093 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * cl.texi (Obsolete Setf Customization): 3 * cl.texi (Obsolete Setf Customization):
4 Move note on lack of setf functions to lispref/variables.texi. 4 Move note on lack of setf functions to lispref/variables.texi.
5 Undocument get-setf-method, since it no longer exists.
5 6
62012-11-03 Glenn Morris <rgm@gnu.org> 72012-11-03 Glenn Morris <rgm@gnu.org>
7 8