From 6b560992681a1588ed4ed0c6b103021f8b13e056 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 8 Oct 2022 13:20:17 +0200 Subject: [PATCH] Mention seq-keep in shortdoc * lisp/emacs-lisp/shortdoc.el (sequence): Mention seq-keep. --- lisp/emacs-lisp/shortdoc.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el index 4cfd658e10d..dbac03432c1 100644 --- a/lisp/emacs-lisp/shortdoc.el +++ b/lisp/emacs-lisp/shortdoc.el @@ -897,6 +897,8 @@ A FUNC form can have any number of `:no-eval' (or `:no-value'), :eval (seq-drop-while #'numberp '(1 2 c d 5))) (seq-filter :eval (seq-filter #'numberp '(a b 3 4 f 6))) + (seq-keep + :eval (seq-keep #'cl-digit-char-p '(?6 ?a ?7))) (seq-remove :eval (seq-remove #'numberp '(1 2 c d 5))) (seq-remove-at-position -- 2.39.5