aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2012-10-28 18:31:10 -0700
committerGlenn Morris2012-10-28 18:31:10 -0700
commit6a07d52ed8e21a1f17ed816c8f8348a5cafc02c8 (patch)
tree032303d0e02b975e372f29b2e27e07397f48d657 /doc/misc
parentd571e9c385d648a90581e2c5cd1a883b8c0ea0e4 (diff)
downloademacs-6a07d52ed8e21a1f17ed816c8f8348a5cafc02c8.tar.gz
emacs-6a07d52ed8e21a1f17ed816c8f8348a5cafc02c8.zip
* doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog1
-rw-r--r--doc/misc/cl.texi8
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index e85e18ff5c7..6d8799134a1 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -4,6 +4,7 @@
4 (Setf Extensions): Remove `apply' setf since it seems to be disabled. 4 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
5 (Customizing Setf): Move contents to "Obsolete Setf Customization". 5 (Customizing Setf): Move contents to "Obsolete Setf Customization".
6 (Modify Macros, Multiple Values): Remove mentions of obsolete feature. 6 (Modify Macros, Multiple Values): Remove mentions of obsolete feature.
7 (Obsolete Setf Customization): Don't mention `apply' setf.
7 8
82012-10-28 Glenn Morris <rgm@gnu.org> 92012-10-28 Glenn Morris <rgm@gnu.org>
9 10
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index 086cc25fbcc..0fc46840fae 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -5067,10 +5067,10 @@ need to expand a macro in @var{place}. It should come from
5067an @code{&environment} argument to the macro or setf-method 5067an @code{&environment} argument to the macro or setf-method
5068that called @code{get-setf-method}. 5068that called @code{get-setf-method}.
5069 5069
5070See also the source code for the setf-methods for @code{apply} 5070See also the source code for the setf-method for
5071and @code{substring}, each of which works by calling 5071@c Also @code{apply}, but that is commented out.
5072@code{get-setf-method} on a simpler case, then massaging 5072@code{substring}, which works by calling @code{get-setf-method} on a
5073the result in various ways. 5073simpler case, then massaging the result.
5074@end defun 5074@end defun
5075 5075
5076Modern Common Lisp defines a second, independent way to specify 5076Modern Common Lisp defines a second, independent way to specify