Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6f7716e8
Commit
6f7716e8
authored
Nov 09, 2014
by
Eli Zaretskii
Browse files
etc/NEWS: Improve wording of query-replace history entry.
parent
1af3b113
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
etc/NEWS
etc/NEWS
+8
-6
No files found.
etc/NEWS
View file @
6f7716e8
...
...
@@ -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
+++
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment