diff options
| author | Richard M. Stallman | 2013-07-19 08:18:16 -0400 |
|---|---|---|
| committer | Richard M. Stallman | 2013-07-19 08:18:16 -0400 |
| commit | 77c92cb94d91ecad4040c8f14c8413f23aaddd9a (patch) | |
| tree | 424a155e40f8e8b769015bffafcbc75aaf1770e2 /etc | |
| parent | 621dd9ac0cf31453dc6e40436eae2aebd27d1517 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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. | ||
| 565 | The value, if non-nil, is a regexp that specifies what to trim from | ||
| 566 | the 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 | ||