summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRĂ¼diger Sonderfeld <ruediger@c-plusplus.de>2014-01-09 17:54:54 +0100
committerRĂ¼diger Sonderfeld <ruediger@c-plusplus.de>2014-01-09 17:54:54 +0100
commitfa49b46991ddc7c30c0aa526ad8966bddccc26e1 (patch)
treec61ecd613acf1eab5bf1e640602bc2153ad4d3bc /etc
parentfb14cb489aba648435c879dc83a18c756147724c (diff)
downloademacs-fa49b46991ddc7c30c0aa526ad8966bddccc26e1.tar.gz
Document `string-suffix-p'.
* doc/lispref/strings.texi (Text Comparison): Document `string-suffix-p'.
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 4d5af74c75a..7677991b902 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1133,6 +1133,7 @@ a non-nil `interactive-only' property.
The value, if non-nil, is a regexp that specifies what to trim from
the start and end of each substring.
++++
** New function `string-suffix-p'.
** File-handling changes