emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 e055a12: NEWS update about 'string-trim'


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 e055a12: NEWS update about 'string-trim'
Date: Tue, 13 Feb 2018 00:50:25 -0500 (EST)

branch: emacs-26
commit e055a12839b7b41f76f553dfaf13ca9202a5f5af
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    NEWS update about 'string-trim'
    
    * etc/NEWS: Mention changes in string-trim family of functions.
    (Bug#30442)
---
 etc/NEWS | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/etc/NEWS b/etc/NEWS
index 00ff9cd..a8880d0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1714,7 +1714,13 @@ t for all Emacs integers N.
 ---
 ** Calls that accept floating-point integers (for use on hosts with
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]