2012-10-29 Glenn Morris <rgm@gnu.org>
* cl.texi (Organization): More details on cl-lib.el versus cl.el.
+ (Setf Extensions): Remove `apply' setf since it seems to be disabled.
2012-10-28 Glenn Morris <rgm@gnu.org>
@c FIXME? Also `eq'? (see cl-lib.el)
+@c Currently commented out in cl.el.
+@ignore
@item
A call of the form @code{(apply '@var{func} @dots{})} or
@code{(apply (function @var{func}) @dots{})}, where @var{func}
Emacs place functions are suitable in this sense, this feature is
only interesting when used with places you define yourself with
@code{define-setf-method} or the long form of @code{defsetf}.
+@end ignore
@item
A macro call, in which case the macro is expanded and @code{setf}
@item
Any form for which a @code{defsetf} or @code{define-setf-method}
-has been made.
+has been made. @xref{Obsolete Setf Customization}.
@end itemize
@c FIXME should this be in lispref? It seems self-evident.