diff options
| author | Eli Zaretskii | 2014-11-09 19:28:18 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-11-09 19:28:18 +0200 |
| commit | 6f7716e8c74beb69adfe7af000facda8297c1cc7 (patch) | |
| tree | b1eb987a821d6c90cdd9587eb3f32dd577661f77 | |
| parent | 1af3b1135a6583de83c83d4d9fdcfb24f0b7335b (diff) | |
| download | emacs-6f7716e8c74beb69adfe7af000facda8297c1cc7.tar.gz emacs-6f7716e8c74beb69adfe7af000facda8297c1cc7.zip | |
etc/NEWS: Improve wording of query-replace history entry.
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 8 insertions, 6 deletions
| @@ -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. |
| 131 | now moves through pairs of previous replacements where FROM and TO | 131 | When query-replace reads the FROM string from the minibuffer, typing |
| 132 | parts 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, | 133 | and TO are the original text and its replacement, and SEP is an arrow |
| 134 | replacement is performed with the FROM and TO values extracted | 134 | string defined by the new variable `query-replace-from-to-separator'. |
| 135 | from the strings before and after the separator. | 135 | To select a prior replacement, type `M-p' until the desired |
| 136 | replacement appears in the minibuffer, and then exit the minibuffer by | ||
| 137 | typing RET. | ||
| 136 | 138 | ||
| 137 | ** Calc | 139 | ** Calc |
| 138 | +++ | 140 | +++ |