emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110792: Removed some doubly-delet


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110792: Removed some doubly-deleted, commented out stuff from cl.texi
Date: Mon, 05 Nov 2012 21:30:16 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110792
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-11-05 21:30:16 -0500
message:
  Removed some doubly-deleted, commented out stuff from cl.texi
modified:
  doc/misc/cl.texi
=== modified file 'doc/misc/cl.texi'
--- a/doc/misc/cl.texi  2012-11-06 02:28:48 +0000
+++ b/doc/misc/cl.texi  2012-11-06 02:30:16 +0000
@@ -5085,25 +5085,12 @@
 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.
address@hidden These no longer exist.
address@hidden
address@hidden (Actually, it is better to use the internal functions
address@hidden @code{cl-setf-do-modify} and @code{cl-setf-do-store}, which are 
a bit
address@hidden easier to use and which also do a number of optimizations; 
consult the
address@hidden source code for the @code{cl-incf} function for a simple 
example.)
address@hidden
 
 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}.
-
address@hidden FIXME No longer true.
-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
 @end ignore
 


reply via email to

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