diff options
| author | Eli Zaretskii | 2008-10-21 14:01:33 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-21 14:01:33 +0000 |
| commit | 3645358ade97894b3e355fdd37f3c9e73d5d62bb (patch) | |
| tree | e66cd3c974e46ad1f6236aece11c4fa55bcb56ce /etc | |
| parent | bf190568e0cda0fa76d274fc4a74bb1d768a20e5 (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 |
| 1619 | specification. | 1619 | specification. |
| 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 |
| 1622 | the same matching as `looking-at' and `string-match' without changing | 1623 | the same matching as `looking-at' and `string-match' without changing |
| 1623 | the match data. | 1624 | the match data. |