; * etc/NEWS: Put related items together and fix grammar
This commit is contained in:
parent
f679bcbb39
commit
fc1e8b3659
1 changed files with 7 additions and 7 deletions
14
etc/NEWS
14
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'.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue