diff options
| author | Lars Ingebrigtsen | 2022-10-06 14:56:47 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-10-06 14:56:47 +0200 |
| commit | d188013737e352289cf60d58d747ead5407ef042 (patch) | |
| tree | e6e4847b1bfdf226008b01a08d38348b0ec3258d | |
| parent | 9a529537e3e6ba265594362f188032e12a6520ab (diff) | |
| download | emacs-d188013737e352289cf60d58d747ead5407ef042.tar.gz emacs-d188013737e352289cf60d58d747ead5407ef042.zip | |
etc/NEWS: Fix typo in seq-keep entry.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -3256,8 +3256,8 @@ given predicate in the specified sequence. | |||
| 3256 | 3256 | ||
| 3257 | +++ | 3257 | +++ |
| 3258 | ** New function 'seq-keep'. | 3258 | ** New function 'seq-keep'. |
| 3259 | This is like 'seq-map', but removes all non-nil results from the | 3259 | This is like 'seq-map', but removes all nil results from the returned |
| 3260 | returned list. | 3260 | list. |
| 3261 | 3261 | ||
| 3262 | ** Themes | 3262 | ** Themes |
| 3263 | 3263 | ||