* lisp/emacs-lisp/cl-macs.el (cl-loop): Doc fix re "by".
This commit is contained in:
parent
601b9b2acd
commit
a3f7ae80b1
1 changed files with 2 additions and 2 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue