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.

Full log


View this message in rfc822 format

From: Alexandr Vityazev <avityazev <at> posteo.org>
To: 48495 <at> debbugs.gnu.org
Subject: bug#48495: 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




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.