bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48495: 28.0.50; [PATCH] * lisp/emacs-lisp/shortdoc.el: Fix function


From: Alexandr Vityazev
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]