1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

* doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf.

This commit is contained in:
Glenn Morris 2012-10-28 18:31:10 -07:00
parent d571e9c385
commit 6a07d52ed8
2 changed files with 5 additions and 4 deletions

View 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>

View 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