NEWS update about 'string-trim'

* etc/NEWS: Mention changes in string-trim family of functions.
(Bug#30442)
This commit is contained in:
Eli Zaretskii 2018-02-13 07:49:30 +02:00
parent 96b6e243ec
commit e055a12839

View file

@ -1714,7 +1714,13 @@ t for all Emacs integers N.
--- ---
** Calls that accept floating-point integers (for use on hosts with ** Calls that accept floating-point integers (for use on hosts with
limited integer range) now signal an error if arguments are not limited integer range) now signal an error if arguments are not
integral. For example '(decode-char 'ascii 0.5)' now signals an error. integral. For example '(decode-char 'ascii 0.5)' now signals an
error.
---
** Functions 'string-trim-left', 'string-trim-right' and 'string-trim'
now accept optional arguments which specify the regexp of a substring
to trim.
+++ +++
** The new function 'char-from-name' converts a Unicode name string ** The new function 'char-from-name' converts a Unicode name string