GNU bug report logs - #48495
28.0.50; [PATCH] * lisp/emacs-lisp/shortdoc.el: Fix function in the list group

Previous Next

Package: emacs;

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

Date: Tue, 18 May 2021 08:02:01 UTC

Severity: normal

Tags: fixed, patch

Found in version 28.0.50

Fixed in version 28.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 48495 in the body.
You can then email your comments to 48495 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#48495; Package emacs. (Tue, 18 May 2021 08:02:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alexandr Vityazev <avityazev <at> posteo.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 18 May 2021 08:02:02 GMT) Full text and rfc822 format available.

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

From: Alexandr Vityazev <avityazev <at> posteo.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 28.0.50; [PATCH] * lisp/emacs-lisp/shortdoc.el: Fix function in the
 list group
Date: Tue, 18 May 2021 08:01:08 +0000
Fix eval function for length= in the list group.
---
 lisp/emacs-lisp/shortdoc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el
index 9b31d68703..0320e17182 100644
--- a/lisp/emacs-lisp/shortdoc.el
+++ b/lisp/emacs-lisp/shortdoc.el
@@ -625,7 +625,7 @@ There can be any number of :example/:result elements."
   (length>
    :eval (length> '(a b c) 1))
   (length=
-   :eval (length> '(a b c) 3))
+   :eval (length= '(a b c) 3))
   (safe-length
    :eval (safe-length '(a b c))))
 
-- 
2.31.1



-- 

Alexandr Vityazev




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#48495; Package emacs. (Tue, 18 May 2021 13:37:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Alexandr Vityazev <avityazev <at> posteo.org>
Cc: 48495 <at> debbugs.gnu.org
Subject: Re: bug#48495: 28.0.50; [PATCH] * lisp/emacs-lisp/shortdoc.el: Fix
 function in the list group
Date: Tue, 18 May 2021 15:36:37 +0200
Alexandr Vityazev <avityazev <at> posteo.org> writes:

> Fix eval function for length= in the list group.

Thanks; applied to Emacs 28.

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




Added tag(s) fixed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 18 May 2021 13:37:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 28.1, send any further explanations to 48495 <at> debbugs.gnu.org and Alexandr Vityazev <avityazev <at> posteo.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 18 May 2021 13:37: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. (Wed, 16 Jun 2021 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 4 days ago.

Previous Next


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