aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2013-07-19 08:18:16 -0400
committerRichard M. Stallman2013-07-19 08:18:16 -0400
commit77c92cb94d91ecad4040c8f14c8413f23aaddd9a (patch)
tree424a155e40f8e8b769015bffafcbc75aaf1770e2 /etc
parent621dd9ac0cf31453dc6e40436eae2aebd27d1517 (diff)
downloademacs-77c92cb94d91ecad4040c8f14c8413f23aaddd9a.tar.gz
emacs-77c92cb94d91ecad4040c8f14c8413f23aaddd9a.zip
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 46aaf185133..f98ebec8003 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -561,6 +561,9 @@ The few hooks that used with-wrapper-hook are replaced as follows:
561*** `completion-in-region-function' obsoletes `completion-in-region-functions'. 561*** `completion-in-region-function' obsoletes `completion-in-region-functions'.
562*** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'. 562*** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'.
563 563
564** `split-string' now takes an optional argument TRIM.
565The value, if non-nil, is a regexp that specifies what to trim from
566the start and end of each substring.
564 567
565** `get-upcase-table' is obsoleted by the new `case-table-get-table'. 568** `get-upcase-table' is obsoleted by the new `case-table-get-table'.
566 569