aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-21 14:01:33 +0000
committerEli Zaretskii2008-10-21 14:01:33 +0000
commit3645358ade97894b3e355fdd37f3c9e73d5d62bb (patch)
treee66cd3c974e46ad1f6236aece11c4fa55bcb56ce /etc
parentbf190568e0cda0fa76d274fc4a74bb1d768a20e5 (diff)
downloademacs-3645358ade97894b3e355fdd37f3c9e73d5d62bb.tar.gz
emacs-3645358ade97894b3e355fdd37f3c9e73d5d62bb.zip
(Regexp Search): Document `string-match-p' and `looking-at-p'.
(POSIX Regexps): Add an xref for "non-greedy". (Regexp Special): Add @cindex entry for "non-greedy".
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 cf45b4fc38f..81dd4930601 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1618,6 +1618,7 @@ consing shell command lines from the individual arguments.
1618*** `image-refresh' refreshes all images associated with a given image 1618*** `image-refresh' refreshes all images associated with a given image
1619specification. 1619specification.
1620 1620
1621+++
1621*** The two new functions `looking-at-p' and `string-match-p' can do 1622*** The two new functions `looking-at-p' and `string-match-p' can do
1622the same matching as `looking-at' and `string-match' without changing 1623the same matching as `looking-at' and `string-match' without changing
1623the match data. 1624the match data.