summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2013-12-23 15:55:08 +0800
committerXue Fuqiao <xfq.free@gmail.com>2013-12-23 15:55:08 +0800
commit46291d111fe5c915099ab38cc54b07ebc82bcea0 (patch)
tree8276a069562c5b126c14870da639b5435ef05070 /etc
parent7510b0219cb36b49032393c5295f14efd0c8df2f (diff)
downloademacs-46291d111fe5c915099ab38cc54b07ebc82bcea0.tar.gz
Document TRIM in `split-string'.
* doc/lispref/strings.texi (Creating Strings): Document TRIM in `split-string'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0496e0d8778..2b5644a2827 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -983,6 +983,7 @@ The few hooks that used with-wrapper-hook are replaced as follows:
** `byte-compile-interactive-only-functions' is now obsolete.
It has been replaced by the symbol property 'interactive-only.
++++
** `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.