]> git.eshelyaron.com Git - emacs.git/commitdiff
etc/NEWS: Improve wording of query-replace history entry.
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 Nov 2014 17:28:18 +0000 (19:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 Nov 2014 17:28:18 +0000 (19:28 +0200)
etc/NEWS

index 5593a7b7c7db505649db85e81d4e63b116fe0573..ee6b63b69ed413f349c603bb468ce598ab6b1d4e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -127,12 +127,14 @@ Unicode standards.
 
 ** Search and Replace
 
-*** `M-p' in query-replace minibuffer that reads the FROM string
-now moves through pairs of previous replacements where FROM and TO
-parts are separated by an arrow defined by the new variable
-`query-replace-from-to-separator'.  After exiting the minibuffer,
-replacement is performed with the FROM and TO values extracted
-from the strings before and after the separator.
+*** Query-replace history is enhanced.
+When query-replace reads the FROM string from the minibuffer, typing
+`M-p' will now show previous replacements as "FROM SEP TO", where FROM
+and TO are the original text and its replacement, and SEP is an arrow
+string defined by the new variable `query-replace-from-to-separator'.
+To select a prior replacement, type `M-p' until the desired
+replacement appears in the minibuffer, and then exit the minibuffer by
+typing RET.
 
 ** Calc
 +++