diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/search.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 77baae2a8f7..905df025d29 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -1527,7 +1527,9 @@ replacements in the form @samp{@var{from} -> @var{to}}, where | |||
| 1527 | @var{from} is the search pattern, @var{to} is its replacement, and the | 1527 | @var{from} is the search pattern, @var{to} is its replacement, and the |
| 1528 | separator between them is determined by the value of the variable | 1528 | separator between them is determined by the value of the variable |
| 1529 | @code{query-replace-from-to-separator}. Type @key{RET} to select the | 1529 | @code{query-replace-from-to-separator}. Type @key{RET} to select the |
| 1530 | desired replacement. | 1530 | desired replacement. If the value of this variable is @code{nil}, |
| 1531 | replacements are not added to the command history, and cannot be | ||
| 1532 | reused. | ||
| 1531 | 1533 | ||
| 1532 | @cindex faces for highlighting query replace | 1534 | @cindex faces for highlighting query replace |
| 1533 | @cindex query-replace face | 1535 | @cindex query-replace face |