projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
601b9b2
)
* lisp/emacs-lisp/cl-macs.el (cl-loop): Doc fix re "by".
author
Tino Calancha
<f92capac@gmail.com>
Tue, 7 Jun 2016 17:48:11 +0000
(13:48 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 7 Jun 2016 17:48:11 +0000
(13:48 -0400)
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index 68abe67698c2428e2018911c50cfe9297414bd00..2cb821edcd395e853e5543b6758ee1d1d46a6f30 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-851,9
+851,9
@@
This is compatible with Common Lisp, but note that `defun' and
"The Common Lisp `loop' macro.
Valid clauses include:
For clauses:
- for VAR from/upfrom/downfrom EXPR1 to/upto/downto/above/below EXPR2
by EXPR3
+ for VAR from/upfrom/downfrom EXPR1 to/upto/downto/above/below EXPR2
[by EXPR3]
for VAR = EXPR1 then EXPR2
- for VAR in/on/in-ref LIST
by FUNC
+ for VAR in/on/in-ref LIST
[by FUNC]
for VAR across/across-ref ARRAY
for VAR being:
the elements of/of-ref SEQUENCE [using (index VAR2)]