diff options
| author | Glenn Morris | 2012-11-05 21:30:16 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-11-05 21:30:16 -0500 |
| commit | 9c9e806ca065a010c39b9a383daa6374178a8ca7 (patch) | |
| tree | 4ca8138d438e6611f13c9e1bf5ed033e0ee17e46 | |
| parent | 2027b1b30ab9aac3d67a96d3e2880e4e2c8449ca (diff) | |
| download | emacs-9c9e806ca065a010c39b9a383daa6374178a8ca7.tar.gz emacs-9c9e806ca065a010c39b9a383daa6374178a8ca7.zip | |
Removed some doubly-deleted, commented out stuff from cl.texi
| -rw-r--r-- | doc/misc/cl.texi | 13 |
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} | |||
| 5085 | or @code{define-setf-method}. The result is a list of five | 5085 | or @code{define-setf-method}. The result is a list of five |
| 5086 | values as described above. You can use this function to build | 5086 | values as described above. You can use this function to build |
| 5087 | your own @code{cl-incf}-like modify macros. | 5087 | your 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 | ||
| 5096 | The argument @var{env} specifies the ``environment'' to be | 5089 | The argument @var{env} specifies the ``environment'' to be |
| 5097 | passed on to @code{macroexpand} if @code{get-setf-method} should | 5090 | passed on to @code{macroexpand} if @code{get-setf-method} should |
| 5098 | need to expand a macro in @var{place}. It should come from | 5091 | need to expand a macro in @var{place}. It should come from |
| 5099 | an @code{&environment} argument to the macro or setf-method | 5092 | an @code{&environment} argument to the macro or setf-method |
| 5100 | that called @code{get-setf-method}. | 5093 | that called @code{get-setf-method}. |
| 5101 | |||
| 5102 | @c FIXME No longer true. | ||
| 5103 | See 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 | ||
| 5106 | simpler case, then massaging the result. | ||
| 5107 | @end defun | 5094 | @end defun |
| 5108 | @end ignore | 5095 | @end ignore |
| 5109 | 5096 | ||