(Query Replace): Mention `query-replace-show-replacement'.
This commit is contained in:
parent
fe2848054d
commit
21d50ba11f
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
|
||||
|
||||
* search.texi (Query Replace): Mention
|
||||
`query-replace-show-replacement'.
|
||||
|
||||
2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
|
||||
|
|
|
@ -1172,7 +1172,11 @@ like @code{query-replace}.
|
|||
These commands highlight the current match using the face
|
||||
@code{query-replace}. They highlight other matches using
|
||||
@code{lazy-highlight} just like incremental search (@pxref{Incremental
|
||||
Search}).
|
||||
Search}). By default, @code{query-replace-regexp} will show
|
||||
substituted replacement string for the current match in the
|
||||
minibuffer. If you want to keep special sequences @samp{\&} and
|
||||
@samp{\@var{n}} unexpanded, customize
|
||||
@code{query-replace-show-replacement} variable.
|
||||
|
||||
The characters you can type when you are shown a match for the string
|
||||
or regexp are:
|
||||
|
|
Loading…
Add table
Reference in a new issue