From 723dd50a9fea03ca54692e5cb50ca2907b4c66f5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 18 Feb 2017 12:44:17 +0200 Subject: [PATCH] Improve documentation of query-replace-from-to-separator * doc/emacs/search.texi (Query Replace): Document the meaning of the nil value of query-replace-from-to-separator. (Bug#25482) --- doc/emacs/search.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @var{from} is the search pattern, @var{to} is its replacement, and the separator between them is determined by the value of the variable @code{query-replace-from-to-separator}. Type @key{RET} to select the -desired replacement. +desired replacement. If the value of this variable is @code{nil}, +replacements are not added to the command history, and cannot be +reused. @cindex faces for highlighting query replace @cindex query-replace face -- 2.39.5