* doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf.
authorGlenn Morris <rgm@gnu.org>
Mon, 29 Oct 2012 01:31:10 +0000 (18:31 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 29 Oct 2012 01:31:10 +0000 (18:31 -0700)
doc/misc/ChangeLog
doc/misc/cl.texi

index e85e18f..6d87991 100644 (file)
@@ -4,6 +4,7 @@
        (Setf Extensions): Remove `apply' setf since it seems to be disabled.
        (Customizing Setf): Move contents to "Obsolete Setf Customization".
        (Modify Macros, Multiple Values): Remove mentions of obsolete feature.
+       (Obsolete Setf Customization): Don't mention `apply' setf.
 
 2012-10-28  Glenn Morris  <rgm@gnu.org>
 
index 086cc25..0fc4684 100644 (file)
@@ -5067,10 +5067,10 @@ need to expand a macro in @var{place}.  It should come from
 an @code{&environment} argument to the macro or setf-method
 that called @code{get-setf-method}.
 
-See also the source code for the setf-methods for @code{apply}
-and @code{substring}, each of which works by calling
-@code{get-setf-method} on a simpler case, then massaging
-the result in various ways.
+See also the source code for the setf-method for
+@c Also @code{apply}, but that is commented out.
+@code{substring}, which works by calling @code{get-setf-method} on a
+simpler case, then massaging the result.
 @end defun
 
 Modern Common Lisp defines a second, independent way to specify