aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-02-13 07:49:30 +0200
committerEli Zaretskii2018-02-13 07:49:30 +0200
commite055a12839b7b41f76f553dfaf13ca9202a5f5af (patch)
treeb08a6573013985049b539dbe43394700edca7743
parent96b6e243ec006b6c69642506a4f470aa5878e299 (diff)
downloademacs-e055a12839b7b41f76f553dfaf13ca9202a5f5af.tar.gz
emacs-e055a12839b7b41f76f553dfaf13ca9202a5f5af.zip
NEWS update about 'string-trim'
* etc/NEWS: Mention changes in string-trim family of functions. (Bug#30442)
-rw-r--r--etc/NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 00ff9cda8ef..a8880d0f323 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1714,7 +1714,13 @@ t for all Emacs integers N.
1714--- 1714---
1715** Calls that accept floating-point integers (for use on hosts with 1715** Calls that accept floating-point integers (for use on hosts with
1716limited integer range) now signal an error if arguments are not 1716limited integer range) now signal an error if arguments are not
1717integral. For example '(decode-char 'ascii 0.5)' now signals an error. 1717integral. For example '(decode-char 'ascii 0.5)' now signals an
1718error.
1719
1720---
1721** Functions 'string-trim-left', 'string-trim-right' and 'string-trim'
1722now accept optional arguments which specify the regexp of a substring
1723to trim.
1718 1724
1719+++ 1725+++
1720** The new function 'char-from-name' converts a Unicode name string 1726** The new function 'char-from-name' converts a Unicode name string