From: Lars Ingebrigtsen Date: Thu, 6 Oct 2022 12:56:47 +0000 (+0200) Subject: etc/NEWS: Fix typo in seq-keep entry. X-Git-Tag: emacs-29.0.90~1855^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d188013737e352289cf60d58d747ead5407ef042;p=emacs.git etc/NEWS: Fix typo in seq-keep entry. --- diff --git a/etc/NEWS b/etc/NEWS index 536c7aa3198..88b1431d6a6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3256,8 +3256,8 @@ given predicate in the specified sequence. +++ ** New function 'seq-keep'. -This is like 'seq-map', but removes all non-nil results from the -returned list. +This is like 'seq-map', but removes all nil results from the returned +list. ** Themes