summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-03-21 23:21:28 -0700
committerGlenn Morris <rgm@gnu.org>2012-03-21 23:21:28 -0700
commitc8f6ec5c01d213657dca733f58be5069cc7cf86a (patch)
tree198c473985556a682cd6366f8c4fa5435a7fb18e /etc
parent0e85d2cf5498f18f902fab081634316f166589a6 (diff)
downloademacs-c8f6ec5c01d213657dca733f58be5069cc7cf86a.tar.gz
Document string-prefix-p
* doc/lispref/strings.texi (Text Comparison): Mention string-prefix-p. * etc/NEWS: Belated entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index de5b865a54b..6af54a1db11 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1548,6 +1548,10 @@ inherits from multiple maps, eg:
(set-keymap-parent newmap (make-composed-keymap othermap parent))
+++
+** New function `string-prefix-p'.
+(This was actually added in Emacs 23.2 but was not advertised at the time.)
+
++++
** New reader macro ## that stands for the empty symbol.
This means that the empty symbol can now be read back. Also, #: by itself
(when not immediately followed by a possible symbol character) stands for