GNU bug report logs -
#23541
25.0.93; cl-loop: fix documentation string
Previous Next
Reported by: Tino Calancha <f92capac <at> gmail.com>
Date: Sun, 15 May 2016 15:23:01 UTC
Severity: minor
Tags: patch
Found in version 25.0.93
Fixed in version 25.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 07 Jun 2016 13:51:37 -0400
with message-id <2mtwh4dh06.fsf <at> fencepost.gnu.org>
and subject line Re: bug#23541: 25.0.93; cl-loop: fix documentation string
has caused the debbugs.gnu.org bug report #23541,
regarding 25.0.93; cl-loop: fix documentation string
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
23541: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23541
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 <at> 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
[Message part 3 (message/rfc822, inline)]
Version: 25.1
Thanks.
This bug report was last modified 9 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.