aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2014-11-09 19:28:18 +0200
committerEli Zaretskii2014-11-09 19:28:18 +0200
commit6f7716e8c74beb69adfe7af000facda8297c1cc7 (patch)
treeb1eb987a821d6c90cdd9587eb3f32dd577661f77
parent1af3b1135a6583de83c83d4d9fdcfb24f0b7335b (diff)
downloademacs-6f7716e8c74beb69adfe7af000facda8297c1cc7.tar.gz
emacs-6f7716e8c74beb69adfe7af000facda8297c1cc7.zip
etc/NEWS: Improve wording of query-replace history entry.
-rw-r--r--etc/NEWS14
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5593a7b7c7d..ee6b63b69ed 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -127,12 +127,14 @@ Unicode standards.
127 127
128** Search and Replace 128** Search and Replace
129 129
130*** `M-p' in query-replace minibuffer that reads the FROM string 130*** Query-replace history is enhanced.
131now moves through pairs of previous replacements where FROM and TO 131When query-replace reads the FROM string from the minibuffer, typing
132parts are separated by an arrow defined by the new variable 132`M-p' will now show previous replacements as "FROM SEP TO", where FROM
133`query-replace-from-to-separator'. After exiting the minibuffer, 133and TO are the original text and its replacement, and SEP is an arrow
134replacement is performed with the FROM and TO values extracted 134string defined by the new variable `query-replace-from-to-separator'.
135from the strings before and after the separator. 135To select a prior replacement, type `M-p' until the desired
136replacement appears in the minibuffer, and then exit the minibuffer by
137typing RET.
136 138
137** Calc 139** Calc
138+++ 140+++