aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-09-03 20:53:43 +0000
committerJuri Linkov2004-09-03 20:53:43 +0000
commitdc29ba9b82d981df754dd5c88830f4a2b75fcbea (patch)
tree5175dee69d1f06dc0e358845e7682f8569c72434
parentcc2f7834aa66ddb29d39356e4e1df5aab3ae3622 (diff)
downloademacs-dc29ba9b82d981df754dd5c88830f4a2b75fcbea.tar.gz
emacs-dc29ba9b82d981df754dd5c88830f4a2b75fcbea.zip
Update M-% in isearch.
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5b5d897adf8..b73cff939eb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1115,9 +1115,9 @@ Another method to grab a character is to enter the minibuffer by `M-e'
1115and to type `C-f' at the end of the search string in the minibuffer. 1115and to type `C-f' at the end of the search string in the minibuffer.
1116 1116
1117+++ 1117+++
1118** M-% and C-M-% typed in isearch mode invoke `query-replace' and 1118** M-% typed in isearch mode invokes `query-replace' or
1119`query-replace-regexp' with the current search string inserted 1119`query-replace-regexp' (depending on search mode) with the current
1120in the minibuffer as initial input for the string to replace. 1120search string used as the string to replace.
1121 1121
1122+++ 1122+++
1123** Yanking text now discards certain text properties that can 1123** Yanking text now discards certain text properties that can