emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 ef32be6 48/64: Rearrange the doc of query-replace


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 ef32be6 48/64: Rearrange the doc of query-replace slightly
Date: Sun, 01 May 2016 18:18:42 +0000

branch: emacs-25
commit ef32be609def28e77e0652a778239bb920569466
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Rearrange the doc of query-replace slightly
    
    * lisp/replace.el (query-replace): Move the mention of the
    interactive prefix arg earlier so that users can find it
    (bug#20654).
    
    (cherry picked from commit bcc10761c3b968fa4534718116a0a601ed7da389)
---
 lisp/replace.el |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/replace.el b/lisp/replace.el
index da2b8c6..801c605 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -301,6 +301,10 @@ In Transient Mark mode, if the mark is active, operate on 
the contents
 of the region.  Otherwise, operate from point to the end of the buffer's
 accessible portion.
 
+In interactive use, the prefix arg (non-nil DELIMITED in
+non-interactive use), means replace only matches surrounded by
+word boundaries.  A negative prefix arg means replace backward.
+
 Use \\<minibuffer-local-map>\\[next-history-element] \
 to pull the last incremental search string to the minibuffer
 that reads FROM-STRING, or invoke replacements from
@@ -327,10 +331,6 @@ If `replace-character-fold' is non-nil, matching uses 
character folding,
 i.e. it ignores diacritics and other differences between equivalent
 character strings.
 
-Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace
-only matches surrounded by word boundaries.  A negative prefix arg means
-replace backward.
-
 Fourth and fifth arg START and END specify the region to operate on.
 
 To customize possible responses, change the bindings in `query-replace-map'."



reply via email to

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