]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Put related items together and fix grammar
authorMattias Engdegård <mattiase@acm.org>
Mon, 28 Sep 2020 10:04:49 +0000 (12:04 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 28 Sep 2020 10:04:49 +0000 (12:04 +0200)
etc/NEWS

index 61618af780adcf62284c2174c4db9c79f14c8f80..10b99f413b83198c70f7d7205f3a70fd5c149929 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1455,13 +1455,7 @@ ledit.el, lmenu.el, lucid.el and old-whitespace.el.
 +++
 *** New function 'string-search'.
 This function takes two string parameters and returns the position of
-the first instance of the first string in the latter.
-
-+++
-*** New function 'process-lines-ignore-status'.
-This is like 'process-lines', but does not signal an error if the
-return status is non-zero.  'process-lines-handling-status' has also
-been added, and takes a callback to handle the return status.
+the first instance of the former string in the latter.
 
 +++
 *** New function 'string-replace'.
@@ -1469,6 +1463,12 @@ This function works along the line of 'replace-regexp-in-string', but
 matching on strings instead of regexps, and does not change the global
 match state.
 
++++
+*** New function 'process-lines-ignore-status'.
+This is like 'process-lines', but does not signal an error if the
+return status is non-zero.  'process-lines-handling-status' has also
+been added, and takes a callback to handle the return status.
+
 ---
 *** 'ascii' is now a coding system alias for 'us-ascii'.