aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-18 14:07:36 +0000
committerEli Zaretskii2008-10-18 14:07:36 +0000
commit80120f13ef629d16601efcc9afdad274ff63339a (patch)
tree188ae46386b68f871521523ca57070e738244efb /etc
parent6d4913f0d38434ae3998ef0e2a791eccba135e98 (diff)
downloademacs-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/NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 48e430f902b..de994736a2c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1276to use for searching in query-replace and replace-string. 1277to use for searching in query-replace and replace-string. The
1278function it specifies is called by `perform-replace' when its 4th
1279argument 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
1279function to use for searching in `query-replace-regexp', 1283function 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
1284for search related commands. 1289for search related commands.