[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r110717: * cl.texi (Modify Macros, Ot
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r110717: * cl.texi (Modify Macros, Other Clauses): Remove mentions of obsolete features. |
Date: |
Sun, 28 Oct 2012 18:36:29 -0700 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 110717
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-28 18:36:29 -0700
message:
* cl.texi (Modify Macros, Other Clauses): Remove mentions of obsolete
features.
modified:
doc/misc/ChangeLog
doc/misc/cl.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog 2012-10-29 01:31:10 +0000
+++ b/doc/misc/ChangeLog 2012-10-29 01:36:29 +0000
@@ -3,7 +3,8 @@
* cl.texi (Organization): More details on cl-lib.el versus cl.el.
(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.
+ (Modify Macros, Multiple Values, Other Clauses):
+ Remove mentions of obsolete features.
(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:31:10 +0000
+++ b/doc/misc/cl.texi 2012-10-29 01:36:29 +0000
@@ -973,6 +973,7 @@
Emacs place functions are suitable in this sense, this feature is
only interesting when used with places you define yourself with
@code{define-setf-method} or the long form of @code{defsetf}.
address@hidden Setf Customization}.
@end ignore
@item
@@ -1208,10 +1209,9 @@
@end defmac
The @code{cl-callf} and @code{cl-callf2} macros serve as building
-blocks for other macros like @code{cl-incf}, @code{cl-pushnew}, and
address@hidden The @code{letf} and @code{cl-letf*}
-macros are used in the processing of symbol macros;
address@hidden Bindings}.
+blocks for other macros like @code{cl-incf}, and @code{cl-pushnew}.
+The @code{letf} and @code{cl-letf*} macros are used in the processing
+of symbol macros; @pxref{Macro Bindings}.
@node Variable Bindings
@@ -2438,13 +2438,12 @@
efficiently, though.
@end table
-While there is no high-level way to add user extensions to @code{cl-loop}
-(comparable to @code{defsetf} for @code{setf}, say), this package
-does offer two properties called @code{cl-loop-handler} and
address@hidden which are functions to be called when
-a given symbol is encountered as a top-level loop clause or
address@hidden clause, respectively. Consult the source code in
-file @file{cl-macs.el} for details.
+While there is no high-level way to add user extensions to @code{cl-loop},
+this package does offer two properties called @code{cl-loop-handler}
+and @code{cl-loop-for-handler} which are functions to be called when a
+given symbol is encountered as a top-level loop clause or @code{for}
+clause, respectively. Consult the source code in file
address@hidden for details.
This package's @code{cl-loop} macro is compatible with that of Common
Lisp, except that a few features are not implemented: @code{loop-finish}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r110717: * cl.texi (Modify Macros, Other Clauses): Remove mentions of obsolete features.,
Glenn Morris <=