GNU bug report logs - #55092
29.0.50; [PATCH] * doc/misc/cl.texi (Program Structure): Fix typo.

Previous Next

Package: emacs;

Reported by: Aleksandr Vityazev <avityazev <at> posteo.org>

Date: Sun, 24 Apr 2022 14:47:02 UTC

Severity: normal

Tags: patch

Found in version 29.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55092 in the body.
You can then email your comments to 55092 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#55092; Package emacs. (Sun, 24 Apr 2022 14:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Aleksandr Vityazev <avityazev <at> posteo.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 24 Apr 2022 14:47:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: bug-gnu-emacs <at> gnu.org 
Subject: 29.0.50; [PATCH] * doc/misc/cl.texi (Program Structure): Fix typo.
Date: Sun, 24 Apr 2022 14:45:58 +0000
---
 doc/misc/cl.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index 2008f5a079..6134b97751 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -444,7 +444,7 @@ Argument Lists
 in the call.  For example:
 
 @example
-(cl-defun find-thing (thing &rest rest &key need &allow-other-keys)
+(cl-defun find-thing (thing thing-list &rest rest &key need &allow-other-keys)
   (or (apply 'cl-member thing thing-list :allow-other-keys t rest)
       (if need (error "Thing not found"))))
 @end example
-- 
2.35.1



-- 

Aleksandr Vityazev




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#55092; Package emacs. (Sun, 24 Apr 2022 15:21:01 GMT) Full text and rfc822 format available.

Message #8 received at 55092 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Cc: 55092 <at> debbugs.gnu.org
Subject: Re: bug#55092: 29.0.50; [PATCH] * doc/misc/cl.texi (Program
 Structure): Fix typo.
Date: Sun, 24 Apr 2022 17:20:00 +0200
Aleksandr Vityazev <avityazev <at> posteo.org> writes:

> -(cl-defun find-thing (thing &rest rest &key need &allow-other-keys)
> +(cl-defun find-thing (thing thing-list &rest rest &key need &allow-other-keys)

Thanks; pushed to Emacs 29.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug marked as fixed in version 29.1, send any further explanations to 55092 <at> debbugs.gnu.org and Aleksandr Vityazev <avityazev <at> posteo.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 24 Apr 2022 15:21:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 23 May 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.