summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-05-10 16:36:14 +0300
committerEli Zaretskii <eliz@gnu.org>2023-05-10 16:36:14 +0300
commit91fff05ae3544f2a825c7c387878862a8e661be6 (patch)
tree01aee26564215e0d8d3996c4ef699300147250d8
parent2438fa2e6cc6b747206b10da2b0fd2b431df70eb (diff)
downloademacs-91fff05ae3544f2a825c7c387878862a8e661be6.tar.gz
; Fix wording in Emacs manual
* doc/emacs/search.texi (Replacement and Lax Matches): Fix wording. (Bug#63398)
-rw-r--r--doc/emacs/search.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index a5048093869..fb79fe8f3fc 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -1653,9 +1653,9 @@ command's first argument. If @code{case-fold-search} is set to
@code{nil}, case is always significant in all searches.
@vindex case-replace
- In addition, when the @var{newstring} argument is all or partly lower
-case, replacement commands try to preserve the case pattern of each
-occurrence. Thus, the command
+ In addition, when the second argument of a replace command is all or
+partly lower case, replacement commands try to preserve the case
+pattern of each occurrence. Thus, the command
@example
M-x replace-string @key{RET} foo @key{RET} bar @key{RET}