emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113728: doc/misc/cl.texi: Add indexes.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113728: doc/misc/cl.texi: Add indexes.
Date: Wed, 07 Aug 2013 02:26:00 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113728
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Wed 2013-08-07 10:25:52 +0800
message:
  doc/misc/cl.texi: Add indexes.
  
  * doc/misc/cl.texi (Argument Lists):
  (For Clauses): Add indexes.
modified:
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/cl.texi               cl.texi-20091113204419-o5vbwnq5f7feedwu-6292
=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2013-08-06 06:53:09 +0000
+++ b/doc/lispref/display.texi  2013-08-07 02:25:52 +0000
@@ -1243,6 +1243,7 @@
 @node Overlays
 @section Overlays
 @cindex overlays
address@hidden FIXME: mention intervals in this section?
 
 You can use @dfn{overlays} to alter the appearance of a buffer's text on
 the screen, for the sake of presentation features.  An overlay is an

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-08-05 13:28:29 +0000
+++ b/doc/misc/ChangeLog        2013-08-07 02:25:52 +0000
@@ -1,3 +1,8 @@
+2013-08-07  Xue Fuqiao  <address@hidden>
+
+       * cl.texi (Argument Lists):
+       (For Clauses): Add indexes.
+
 2013-08-05  Xue Fuqiao  <address@hidden>
 
        * cl.texi (Blocks and Exits): Add an index.

=== modified file 'doc/misc/cl.texi'
--- a/doc/misc/cl.texi  2013-08-05 13:28:29 +0000
+++ b/doc/misc/cl.texi  2013-08-07 02:25:52 +0000
@@ -461,6 +461,7 @@
     @var{body}))
 @end example
 
address@hidden destructuring, in argument list
 Argument lists support @dfn{destructuring}.  In Common Lisp,
 destructuring is only allowed with @code{defmacro}; this package
 allows it with @code{cl-defun} and other argument lists as well.
@@ -2140,6 +2141,7 @@
 based on the value of @code{x} left over from the previous time
 through the loop.
 
address@hidden destructuring, in cl-loop
 Another feature of the @code{cl-loop} macro is @emph{destructuring},
 similar in concept to the destructuring provided by @code{defmacro}
 (@pxref{Argument Lists}).


reply via email to

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