diff options
| author | Glenn Morris | 2012-10-28 18:31:10 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-28 18:31:10 -0700 |
| commit | 6a07d52ed8e21a1f17ed816c8f8348a5cafc02c8 (patch) | |
| tree | 032303d0e02b975e372f29b2e27e07397f48d657 /doc/misc | |
| parent | d571e9c385d648a90581e2c5cd1a883b8c0ea0e4 (diff) | |
| download | emacs-6a07d52ed8e21a1f17ed816c8f8348a5cafc02c8.tar.gz emacs-6a07d52ed8e21a1f17ed816c8f8348a5cafc02c8.zip | |
* doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/misc/cl.texi | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index e85e18ff5c7..6d8799134a1 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | (Setf Extensions): Remove `apply' setf since it seems to be disabled. | 4 | (Setf Extensions): Remove `apply' setf since it seems to be disabled. |
| 5 | (Customizing Setf): Move contents to "Obsolete Setf Customization". | 5 | (Customizing Setf): Move contents to "Obsolete Setf Customization". |
| 6 | (Modify Macros, Multiple Values): Remove mentions of obsolete feature. | 6 | (Modify Macros, Multiple Values): Remove mentions of obsolete feature. |
| 7 | (Obsolete Setf Customization): Don't mention `apply' setf. | ||
| 7 | 8 | ||
| 8 | 2012-10-28 Glenn Morris <rgm@gnu.org> | 9 | 2012-10-28 Glenn Morris <rgm@gnu.org> |
| 9 | 10 | ||
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 086cc25fbcc..0fc46840fae 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi | |||
| @@ -5067,10 +5067,10 @@ need to expand a macro in @var{place}. It should come from | |||
| 5067 | an @code{&environment} argument to the macro or setf-method | 5067 | an @code{&environment} argument to the macro or setf-method |
| 5068 | that called @code{get-setf-method}. | 5068 | that called @code{get-setf-method}. |
| 5069 | 5069 | ||
| 5070 | See also the source code for the setf-methods for @code{apply} | 5070 | See also the source code for the setf-method for |
| 5071 | and @code{substring}, each of which works by calling | 5071 | @c Also @code{apply}, but that is commented out. |
| 5072 | @code{get-setf-method} on a simpler case, then massaging | 5072 | @code{substring}, which works by calling @code{get-setf-method} on a |
| 5073 | the result in various ways. | 5073 | simpler case, then massaging the result. |
| 5074 | @end defun | 5074 | @end defun |
| 5075 | 5075 | ||
| 5076 | Modern Common Lisp defines a second, independent way to specify | 5076 | Modern Common Lisp defines a second, independent way to specify |