From: Mattias EngdegÄrd Date: Mon, 28 Sep 2020 10:04:49 +0000 (+0200) Subject: ; * etc/NEWS: Put related items together and fix grammar X-Git-Tag: emacs-28.0.90~5841 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc1e8b3659c10c6dadb273a73525e19a4edc4bc4;p=emacs.git ; * etc/NEWS: Put related items together and fix grammar --- diff --git a/etc/NEWS b/etc/NEWS index 61618af780a..10b99f413b8 100644 --- 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'.