From: Tino Calancha Date: Tue, 7 Jun 2016 17:48:11 +0000 (-0400) Subject: * lisp/emacs-lisp/cl-macs.el (cl-loop): Doc fix re "by". X-Git-Tag: emacs-25.0.95~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3f7ae8;p=emacs.git * lisp/emacs-lisp/cl-macs.el (cl-loop): Doc fix re "by". --- diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 68abe67698c..2cb821edcd3 100644 --- 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)]