aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-10-06 14:56:47 +0200
committerLars Ingebrigtsen2022-10-06 14:56:47 +0200
commitd188013737e352289cf60d58d747ead5407ef042 (patch)
treee6e4847b1bfdf226008b01a08d38348b0ec3258d
parent9a529537e3e6ba265594362f188032e12a6520ab (diff)
downloademacs-d188013737e352289cf60d58d747ead5407ef042.tar.gz
emacs-d188013737e352289cf60d58d747ead5407ef042.zip
etc/NEWS: Fix typo in seq-keep entry.
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
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.
3256 3256
3257+++ 3257+++
3258** New function 'seq-keep'. 3258** New function 'seq-keep'.
3259This is like 'seq-map', but removes all non-nil results from the 3259This is like 'seq-map', but removes all nil results from the returned
3260returned list. 3260list.
3261 3261
3262** Themes 3262** Themes
3263 3263