From: Glenn Morris Date: Tue, 6 Nov 2012 02:30:16 +0000 (-0500) Subject: Removed some doubly-deleted, commented out stuff from cl.texi X-Git-Tag: emacs-24.2.90~159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c9e806ca065a010c39b9a383daa6374178a8ca7;p=emacs.git Removed some doubly-deleted, commented out stuff from cl.texi --- diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index b477aa55ffe..ddaf70b9655 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -5085,25 +5085,12 @@ invoking the definition previously recorded by @code{defsetf} or @code{define-setf-method}. The result is a list of five values as described above. You can use this function to build your own @code{cl-incf}-like modify macros. -@c These no longer exist. -@c -@c (Actually, it is better to use the internal functions -@c @code{cl-setf-do-modify} and @code{cl-setf-do-store}, which are a bit -@c easier to use and which also do a number of optimizations; consult the -@c source code for the @code{cl-incf} function for a simple example.) -@c The argument @var{env} specifies the ``environment'' to be passed on to @code{macroexpand} if @code{get-setf-method} should 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}. - -@c FIXME No longer true. -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 @end ignore