From: Eli Zaretskii Date: Sat, 18 Feb 2017 10:44:17 +0000 (+0200) Subject: Improve documentation of query-replace-from-to-separator X-Git-Tag: emacs-26.0.90~794 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=723dd50a9fea03ca54692e5cb50ca2907b4c66f5;p=emacs.git 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) --- 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