unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#48495: 28.0.50; [PATCH] * lisp/emacs-lisp/shortdoc.el: Fix function in the list group
@ 2021-05-18  8:01 Alexandr Vityazev
  2021-05-18 13:36 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandr Vityazev @ 2021-05-18  8:01 UTC (permalink / raw)
  To: 48495

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#48495: 28.0.50; [PATCH] * lisp/emacs-lisp/shortdoc.el: Fix function in the list group
  2021-05-18  8:01 bug#48495: 28.0.50; [PATCH] * lisp/emacs-lisp/shortdoc.el: Fix function in the list group Alexandr Vityazev
@ 2021-05-18 13:36 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2021-05-18 13:36 UTC (permalink / raw)
  To: Alexandr Vityazev; +Cc: 48495

Alexandr Vityazev <avityazev@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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-18 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18  8:01 bug#48495: 28.0.50; [PATCH] * lisp/emacs-lisp/shortdoc.el: Fix function in the list group Alexandr Vityazev
2021-05-18 13:36 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).