[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 91fff05ae35: ; Fix wording in Emacs manual
From: |
Eli Zaretskii |
Subject: |
emacs-29 91fff05ae35: ; Fix wording in Emacs manual |
Date: |
Wed, 10 May 2023 09:35:39 -0400 (EDT) |
branch: emacs-29
commit 91fff05ae3544f2a825c7c387878862a8e661be6
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; Fix wording in Emacs manual
* doc/emacs/search.texi (Replacement and Lax Matches): Fix
wording. (Bug#63398)
---
doc/emacs/search.texi | 6 +++---
1 file 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}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 91fff05ae35: ; Fix wording in Emacs manual,
Eli Zaretskii <=