unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#23541: 25.0.93; cl-loop: fix documentation string
@ 2016-05-15 15:25 Tino Calancha
  2016-06-07 17:51 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Tino Calancha @ 2016-05-15 15:25 UTC (permalink / raw)
  To: 23541


On for clauses 'by' is optional.

In GNU Emacs 25.0.93.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.30)
Repository revision: 6de0715f5467d4b925e2dfe082174529ace3b174

From ee4d5ebf3d3aa885e99ee65d592d77a1008650ca Mon Sep 17 00:00:00 2001
From: Tino Calancha <f92capac@gmail.com>
Date: Mon, 16 May 2016 00:12:19 +0900
Subject: [PATCH] ; * lisp/emacs-lisp/cl-macs.el (cl-loop): Fix doc. string

---
  lisp/emacs-lisp/cl-macs.el | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index 68abe67..2cb821e 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -851,9 +851,9 @@ cl-loop
    "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)]
-- 
2.8.1






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#23541: 25.0.93; cl-loop: fix documentation string
  2016-05-15 15:25 bug#23541: 25.0.93; cl-loop: fix documentation string Tino Calancha
@ 2016-06-07 17:51 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2016-06-07 17:51 UTC (permalink / raw)
  To: 23541-done

Version: 25.1

Thanks.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-07 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-15 15:25 bug#23541: 25.0.93; cl-loop: fix documentation string Tino Calancha
2016-06-07 17:51 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).