diff options
| author | Eli Zaretskii | 2008-10-18 14:07:36 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-18 14:07:36 +0000 |
| commit | 80120f13ef629d16601efcc9afdad274ff63339a (patch) | |
| tree | 188ae46386b68f871521523ca57070e738244efb /etc | |
| parent | 6d4913f0d38434ae3998ef0e2a791eccba135e98 (diff) | |
| download | emacs-80120f13ef629d16601efcc9afdad274ff63339a.tar.gz emacs-80120f13ef629d16601efcc9afdad274ff63339a.zip | |
(Search and Replace): Document `replace-search-function' and
`replace-re-search-function'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -1272,13 +1272,18 @@ completion-all-completions-with-base-size. | |||
| 1272 | *** New function `match-substitute-replacement' returns the result of | 1272 | *** New function `match-substitute-replacement' returns the result of |
| 1273 | `replace-match' without actually using it in the buffer. | 1273 | `replace-match' without actually using it in the buffer. |
| 1274 | 1274 | ||
| 1275 | +++ | ||
| 1275 | *** The new variable `replace-search-function' determines the function | 1276 | *** The new variable `replace-search-function' determines the function |
| 1276 | to use for searching in query-replace and replace-string. | 1277 | to use for searching in query-replace and replace-string. The |
| 1278 | function it specifies is called by `perform-replace' when its 4th | ||
| 1279 | argument is nil. | ||
| 1277 | 1280 | ||
| 1281 | +++ | ||
| 1278 | *** The new variable `replace-re-search-function' determines the | 1282 | *** The new variable `replace-re-search-function' determines the |
| 1279 | function to use for searching in `query-replace-regexp', | 1283 | function to use for searching in `query-replace-regexp', |
| 1280 | `replace-regexp', `query-replace-regexp-eval', and | 1284 | `replace-regexp', `query-replace-regexp-eval', and |
| 1281 | `map-query-replace-regexp'. | 1285 | `map-query-replace-regexp'. The function it specifies is called by |
| 1286 | `perform-replace' when its 4th argument is non-nil. | ||
| 1282 | 1287 | ||
| 1283 | *** New keymap `search-map' bound to `M-s' provides global bindings | 1288 | *** New keymap `search-map' bound to `M-s' provides global bindings |
| 1284 | for search related commands. | 1289 | for search related commands. |