aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2013-07-19 08:18:16 -0400
committerRichard M. Stallman <[email protected]>2013-07-19 08:18:16 -0400
commit77c92cb94d91ecad4040c8f14c8413f23aaddd9a (patch)
tree424a155e40f8e8b769015bffafcbc75aaf1770e2 /etc
parent621dd9ac0cf31453dc6e40436eae2aebd27d1517 (diff)
split-string takes a new arg TRIM that's a regexp
saying what to trim from the start and end of each substring. * subr.el (split-string): New arg TRIM.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 46aaf18513..f98ebec800 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -561,6 +561,9 @@ The few hooks that used with-wrapper-hook are replaced as follows:
*** `completion-in-region-function' obsoletes `completion-in-region-functions'.
*** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'.
+** `split-string' now takes an optional argument TRIM.
+The value, if non-nil, is a regexp that specifies what to trim from
+the start and end of each substring.
** `get-upcase-table' is obsoleted by the new `case-table-get-table'.