Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c85989f5
Commit
c85989f5
authored
Aug 07, 2013
by
Xue Fuqiao
Browse files
doc/misc/cl.texi: Add indexes.
* doc/misc/cl.texi (Argument Lists): (For Clauses): Add indexes.
parent
8a806f04
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
doc/lispref/display.texi
doc/lispref/display.texi
+1
-0
doc/misc/ChangeLog
doc/misc/ChangeLog
+5
-0
doc/misc/cl.texi
doc/misc/cl.texi
+2
-0
No files found.
doc/lispref/display.texi
View file @
c85989f5
...
...
@@ -1243,6 +1243,7 @@ Type RET when done reading
@
node
Overlays
@
section
Overlays
@
cindex
overlays
@
c
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
...
...
doc/misc/ChangeLog
View file @
c85989f5
2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
* cl.texi (Argument Lists):
(For Clauses): Add indexes.
2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
* cl.texi (Blocks and Exits): Add an index.
...
...
doc/misc/cl.texi
View file @
c85989f5
...
...
@@ -461,6 +461,7 @@ matter of stylistic taste:
@
var
{
body
}))
@
end
example
@
cindex
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 @@ that was just set by the previous clause; in the second loop,
based on the value of @code{x} left over from the previous time
through the loop.
@cindex 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}).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment