emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 723dd50: Improve documentation of query-replace-fro


From: Eli Zaretskii
Subject: [Emacs-diffs] master 723dd50: Improve documentation of query-replace-from-to-separator
Date: Sat, 18 Feb 2017 05:44:10 -0500 (EST)

branch: master
commit 723dd50a9fea03ca54692e5cb50ca2907b4c66f5
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 77baae2..905df02 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -1527,7 +1527,9 @@ replacements in the form @address@hidden -> @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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]