From: Glenn Morris Date: Mon, 29 Oct 2012 01:31:10 +0000 (-0700) Subject: * doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf. X-Git-Tag: emacs-24.2.90~209^2~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a07d52ed8e21a1f17ed816c8f8348a5cafc02c8;p=emacs.git * doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf. --- 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