emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 411647a3f6: ; Fix NEWS.


From: Eli Zaretskii
Subject: emacs-29 411647a3f6: ; Fix NEWS.
Date: Sun, 1 Jan 2023 12:38:55 -0500 (EST)

branch: emacs-29
commit 411647a3f65c0290eedda165c9469899f6a39445
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix NEWS.
---
 doc/lispref/elisp.texi |  2 +-
 etc/NEWS               | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index cbc4c37824..fd06409fd5 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -235,7 +235,7 @@ To view this manual in other formats, click
 
 Appendices
 
-* Antinews::                Info for users downgrading to Emacs 27.
+* Antinews::                Info for users downgrading to Emacs 28.
 * GNU Free Documentation License:: The license for this documentation.
 * GPL::                     Conditions for copying and changing GNU Emacs.
 * Tips::                    Advice and coding conventions for Emacs Lisp.
diff --git a/etc/NEWS b/etc/NEWS
index ae3c06c487..36044d2624 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3812,21 +3812,21 @@ Standard.
 ** seq
 
 +++
-** New function 'seq-split'.
+*** New function 'seq-split'.
 This returns a list of sub-sequences of the specified sequence.
 
 +++
-** New function 'seq-remove-at-position'.
+*** New function 'seq-remove-at-position'.
 This function returns a copy of the specified sequence where the
 element at a given (zero-based) index got removed.
 
 +++
-** New function 'seq-positions'.
+*** New function 'seq-positions'.
 This returns a list of the (zero-based) indices of elements matching a
 given predicate in the specified sequence.
 
 +++
-** New function 'seq-keep'.
+*** New function 'seq-keep'.
 This is like 'seq-map', but removes all nil results from the returned
 list.
 
@@ -4108,7 +4108,7 @@ where 'major-mode' is 'shell-mode' or a combined with a 
condition like
 
 +++
 ** New function 'match-buffers'.
-Use 'buffer-match-p' to gather a list of buffers that match a
+It uses 'buffer-match-p' to gather a list of buffers that match a
 condition.
 
 ---



reply via email to

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