emacs-diffs
[Top][All Lists]
Advanced

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

master 6b56099268: Mention seq-keep in shortdoc


From: Lars Ingebrigtsen
Subject: master 6b56099268: Mention seq-keep in shortdoc
Date: Sat, 8 Oct 2022 07:21:22 -0400 (EDT)

branch: master
commit 6b560992681a1588ed4ed0c6b103021f8b13e056
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 4cfd658e10..dbac03432c 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



reply via email to

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