diff options
| author | Richard M. Stallman | 2007-12-01 06:59:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-12-01 06:59:12 +0000 |
| commit | 39d0bf746693ddc92c3102f6602dfe8a9cc6db9d (patch) | |
| tree | 5bd6c14a16119403d833c897c136180566dd6afe /etc | |
| parent | c2fd78e06d28b479daf4df2a294f8bdec7d561d3 (diff) | |
| download | emacs-39d0bf746693ddc92c3102f6602dfe8a9cc6db9d.tar.gz emacs-39d0bf746693ddc92c3102f6602dfe8a9cc6db9d.zip | |
(syms_of_search) <inhibit-changing-match-data>: Doc fix.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -395,6 +395,9 @@ because they clash with commands provided by dirtrack.el. Use | |||
| 395 | ** `beginning-of-defun-function' now takes one argument, the count | 395 | ** `beginning-of-defun-function' now takes one argument, the count |
| 396 | given to `beginning-of-defun'. | 396 | given to `beginning-of-defun'. |
| 397 | 397 | ||
| 398 | ** The variable `inhibit-changing-match-data', if non-nil, prevents the | ||
| 399 | search and match primitives from changing the match data. | ||
| 400 | |||
| 398 | +++ | 401 | +++ |
| 399 | ** New function `match-substitute-replacement' returns the result of | 402 | ** New function `match-substitute-replacement' returns the result of |
| 400 | `replace-match' without actually using it in the buffer. | 403 | `replace-match' without actually using it in the buffer. |