aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-11-05 21:30:16 -0500
committerGlenn Morris2012-11-05 21:30:16 -0500
commit9c9e806ca065a010c39b9a383daa6374178a8ca7 (patch)
tree4ca8138d438e6611f13c9e1bf5ed033e0ee17e46
parent2027b1b30ab9aac3d67a96d3e2880e4e2c8449ca (diff)
downloademacs-9c9e806ca065a010c39b9a383daa6374178a8ca7.tar.gz
emacs-9c9e806ca065a010c39b9a383daa6374178a8ca7.zip
Removed some doubly-deleted, commented out stuff from cl.texi
-rw-r--r--doc/misc/cl.texi13
1 files changed, 0 insertions, 13 deletions
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}
5085or @code{define-setf-method}. The result is a list of five 5085or @code{define-setf-method}. The result is a list of five
5086values as described above. You can use this function to build 5086values as described above. You can use this function to build
5087your own @code{cl-incf}-like modify macros. 5087your own @code{cl-incf}-like modify macros.
5088@c These no longer exist.
5089@c
5090@c (Actually, it is better to use the internal functions
5091@c @code{cl-setf-do-modify} and @code{cl-setf-do-store}, which are a bit
5092@c easier to use and which also do a number of optimizations; consult the
5093@c source code for the @code{cl-incf} function for a simple example.)
5094@c
5095 5088
5096The argument @var{env} specifies the ``environment'' to be 5089The argument @var{env} specifies the ``environment'' to be
5097passed on to @code{macroexpand} if @code{get-setf-method} should 5090passed on to @code{macroexpand} if @code{get-setf-method} should
5098need to expand a macro in @var{place}. It should come from 5091need to expand a macro in @var{place}. It should come from
5099an @code{&environment} argument to the macro or setf-method 5092an @code{&environment} argument to the macro or setf-method
5100that called @code{get-setf-method}. 5093that called @code{get-setf-method}.
5101
5102@c FIXME No longer true.
5103See also the source code for the setf-method for
5104@c Also @code{apply}, but that is commented out.
5105@code{substring}, which works by calling @code{get-setf-method} on a
5106simpler case, then massaging the result.
5107@end defun 5094@end defun
5108@end ignore 5095@end ignore
5109 5096