From 6a07d52ed8e21a1f17ed816c8f8348a5cafc02c8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 28 Oct 2012 18:31:10 -0700 Subject: [PATCH] * doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf. --- doc/misc/ChangeLog | 1 + doc/misc/cl.texi | 8 ++++---- 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 @@ (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 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 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 -- 2.39.5