emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110716: * doc/misc/cl.texi (Obsolete


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110716: * doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf.
Date: Sun, 28 Oct 2012 18:31:10 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110716
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-28 18:31:10 -0700
message:
  * doc/misc/cl.texi (Obsolete Setf Customization): Don't mention `apply' setf.
modified:
  doc/misc/ChangeLog
  doc/misc/cl.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-10-29 01:29:22 +0000
+++ b/doc/misc/ChangeLog        2012-10-29 01:31:10 +0000
@@ -4,6 +4,7 @@
        (Setf Extensions): Remove `apply' setf since it seems to be disabled.
        (Customizing Setf): Move contents to "Obsolete Setf Customization".
        (Modify Macros, Multiple Values): Remove mentions of obsolete feature.
+       (Obsolete Setf Customization): Don't mention `apply' setf.
 
 2012-10-28  Glenn Morris  <address@hidden>
 

=== modified file 'doc/misc/cl.texi'
--- a/doc/misc/cl.texi  2012-10-29 01:29:22 +0000
+++ b/doc/misc/cl.texi  2012-10-29 01:31:10 +0000
@@ -5067,10 +5067,10 @@
 an @code{&environment} argument to the macro or setf-method
 that called @code{get-setf-method}.
 
-See also the source code for the setf-methods for @code{apply}
-and @code{substring}, each of which works by calling
address@hidden on a simpler case, then massaging
-the result in various ways.
+See also the source code for the setf-method for
address@hidden Also @code{apply}, but that is commented out.
address@hidden, which works by calling @code{get-setf-method} on a
+simpler case, then massaging the result.
 @end defun
 
 Modern Common Lisp defines a second, independent way to specify


reply via email to

[Prev in Thread] Current Thread [Next in Thread]